reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
345 return Traits.getCommandInfo(getCommandID())->Name; 655 return Traits.getCommandInfo(getCommandID())->Name;tools/clang/include/clang/AST/CommentParser.h
84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
tools/clang/lib/AST/CommentBriefParser.cpp 80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
tools/clang/lib/AST/CommentParser.cpp316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); 429 << Traits.getCommandInfo(CommandTok.getCommandID())->Name 577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); 692 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());tools/clang/lib/AST/CommentSema.cpp
98 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); 131 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); 168 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); 367 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; 386 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; 421 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; 563 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) 581 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) 627 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); 665 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand)tools/clang/lib/AST/JSONNodeDumper.cpp
1486 return Traits->getCommandInfo(CommandID)->Name;
tools/clang/lib/AST/TextNodeDumper.cpp 463 return Traits->getCommandInfo(CommandID)->Name;
tools/clang/lib/Index/CommentToXML.cpp120 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); 171 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); 328 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());tools/clang/unittests/AST/CommentLexer.cpp
48 return Traits.getCommandInfo(Tok.getCommandID())->Name; 52 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name; 56 return Traits.getCommandInfo(Tok.getVerbatimLineID())->Name;