Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h167 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo() function
175 const CommandInfo *getCommandInfo(unsigned CommandID) const;
H A DCommentParser.h84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()
174 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()
367 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
397 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart()
539 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()
557 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
603 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
641 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
1067 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()
H A DCommentBriefParser.cpp71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
H A DCommentParser.cpp478 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
572 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()
733 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
848 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
H A DCommentCommandTraits.cpp39 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo() function in clang::comments::CommandTraits
H A DCommentLexer.cpp517 T.setVerbatimBlockID(Traits.getCommandInfo(Name)->getID()); in lexVerbatimBlockFirstLine()
H A DJSONNodeDumper.cpp1735 return Traits->getCommandInfo(CommandID)->Name; in getCommentCommandName()
H A DTextNodeDumper.cpp1109 return Traits->getCommandInfo(CommandID)->Name; in getCommandName()
/freebsd/contrib/llvm-project/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()
715 const CommandInfo *Info = Traits.getCommandInfo(CommandID); in visitBlockCommandComment()