Home
last modified time | relevance | path

Searched refs:getCommandInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCommentCommandTraits.h145 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo() function
153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
DCommentParser.h84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
DComment.h345 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
655 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()
171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart()
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()
[all …]
DCommentParser.cpp316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
429 << Traits.getCommandInfo(CommandTok.getCommandID())->Name in parseInlineCommand()
577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
692 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
DCommentBriefParser.cpp80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
DCommentCommandTraits.cpp40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo() function in clang::comments::CommandTraits
DCommentLexer.cpp512 T.setVerbatimBlockID(Traits.getCommandInfo(Name)->getID()); in lexVerbatimBlockFirstLine()
DJSONNodeDumper.cpp1558 return Traits->getCommandInfo(CommandID)->Name; in getCommentCommandName()
DTextNodeDumper.cpp746 return Traits->getCommandInfo(CommandID)->Name; in getCommandName()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
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()