Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp478 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
484 Tok.getCommandID(), in parseBlockCommand()
489 Tok.getCommandID(), in parseBlockCommand()
494 Tok.getCommandID(), in parseBlockCommand()
572 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()
583 CommandTok.getCommandID(), Args); in parseInlineCommand()
733 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
H A DCommentBriefParser.cpp71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
H A DJSONNodeDumper.cpp1729 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment()
1779 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment()
1829 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
H A DTextNodeDumper.cpp1000 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
1044 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
1092 OS << " Name=\"" << getCommandName(C->getCommandID()) in visitVerbatimBlockComment()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
335 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
715 const unsigned CommandID = C->getCommandID(); in visitBlockCommandComment()
804 switch (C->getCommandID()) { in visitVerbatimBlockComment()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
H A DCommentLexer.h120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function