Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
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()
538 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()
556 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
602 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
640 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
H A DCommentParser.cpp313 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
319 Tok.getCommandID(), in parseBlockCommand()
324 Tok.getCommandID(), in parseBlockCommand()
329 Tok.getCommandID(), in parseBlockCommand()
401 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()
412 CommandTok.getCommandID(), Args); in parseInlineCommand()
562 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.cpp1613 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment()
1663 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment()
1713 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
H A DTextNodeDumper.cpp770 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
814 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
862 OS << " Name=\"" << getCommandName(C->getCommandID()) in visitVerbatimBlockComment()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentParser.h84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
H A DComment.h338 unsigned getCommandID() const { in getCommandID() function
343 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
633 unsigned getCommandID() const { in getCommandID() function
638 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
H A DCommentLexer.h120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function