/external/llvm-project/clang/lib/AST/ |
D | CommentParser.cpp | 316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand() 322 Tok.getCommandID(), in parseBlockCommand() 327 Tok.getCommandID(), in parseBlockCommand() 332 Tok.getCommandID(), in parseBlockCommand() 417 CommandTok.getCommandID(), in parseInlineCommand() 424 CommandTok.getCommandID()); in parseInlineCommand() 429 << Traits.getCommandInfo(CommandTok.getCommandID())->Name in parseInlineCommand() 577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
|
D | CommentSema.cpp | 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine() 104 switch (Comment->getCommandID()) { in checkFunctionDeclVerbatimLine() 132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine() 136 switch (Comment->getCommandID()) { in checkContainerDeclVerbatimLine() 171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl() 175 switch (Comment->getCommandID()) { in checkContainerDecl() 566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph() 584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand() 630 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate() 668 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
|
D | CommentBriefParser.cpp | 80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
|
D | JSONNodeDumper.cpp | 1519 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment() 1569 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment() 1619 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
|
D | TextNodeDumper.cpp | 727 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment() 771 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment() 819 OS << " Name=\"" << getCommandName(C->getCommandID()) in visitVerbatimBlockComment()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine() 104 switch (Comment->getCommandID()) { in checkFunctionDeclVerbatimLine() 132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine() 136 switch (Comment->getCommandID()) { in checkContainerDeclVerbatimLine() 169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl() 173 switch (Comment->getCommandID()) { in checkContainerDecl() 564 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph() 582 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand() 624 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate() 662 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
|
D | CommentParser.cpp | 317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand() 323 Tok.getCommandID(), in parseBlockCommand() 328 Tok.getCommandID(), in parseBlockCommand() 333 Tok.getCommandID(), in parseBlockCommand() 418 CommandTok.getCommandID(), in parseInlineCommand() 425 CommandTok.getCommandID()); in parseInlineCommand() 573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
|
D | CommentBriefParser.cpp | 82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
|
D | ASTDumper.cpp | 2349 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment() 2387 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment() 2431 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"" in visitVerbatimBlockComment()
|
/external/llvm-project/clang/lib/Index/ |
D | CommentToXML.cpp | 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts() 173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts() 334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment() 709 switch (C->getCommandID()) { in visitBlockCommandComment() 791 switch (C->getCommandID()) { in visitVerbatimBlockComment()
|
/external/clang/include/clang/AST/ |
D | CommentParser.h | 85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
|
D | Comment.h | 345 unsigned getCommandID() const { in getCommandID() function 350 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName() 656 unsigned getCommandID() const { in getCommandID() function 661 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
|
D | CommentLexer.h | 122 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentParser.h | 84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
|
D | Comment.h | 340 unsigned getCommandID() const { in getCommandID() function 345 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName() 650 unsigned getCommandID() const { in getCommandID() function 655 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
|
D | CommentLexer.h | 120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts() 173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts() 333 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment() 713 switch (C->getCommandID()) { in visitBlockCommandComment() 794 switch (C->getCommandID()) { in visitVerbatimBlockComment()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Serialize.cpp | 106 CurrentCI.Name = getCommandName(C->getCommandID()); in visitInlineCommandComment() 130 CurrentCI.Name = getCommandName(C->getCommandID()); in visitBlockCommandComment() 152 CurrentCI.Name = getCommandName(C->getCommandID()); in visitVerbatimBlockComment()
|
/external/clang/unittests/AST/ |
D | CommentLexer.cpp | 49 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()
|
/external/llvm-project/clang/unittests/AST/ |
D | CommentLexer.cpp | 48 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()
|