Home
last modified time | relevance | path

Searched refs:getCommandID (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp316 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()
H A DCommentSema.cpp99 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()
H A DCommentBriefParser.cpp80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
H A DJSONNodeDumper.cpp1521 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment()
1571 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment()
1621 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
H A DTextNodeDumper.cpp727 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
771 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
819 OS << " Name=\"" << getCommandName(C->getCommandID()) in visitVerbatimBlockComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp122 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h340 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()
H A DCommentParser.h84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
H A DCommentLexer.h120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function