Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()
173 switch (Comment->getCommandID()) { in checkContainerDecl()
564 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()
582 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
626 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
664 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
H A DCommentParser.cpp317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
323 Tok.getCommandID(), in parseBlockCommand()
328 Tok.getCommandID(), in parseBlockCommand()
333 Tok.getCommandID(), in parseBlockCommand()
418 CommandTok.getCommandID(), in parseInlineCommand()
425 CommandTok.getCommandID()); in parseInlineCommand()
572 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
H A DCommentBriefParser.cpp81 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
H A DTextNodeDumper.cpp453 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
494 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
542 OS << " Name=\"" << getCommandName(C->getCommandID()) in visitVerbatimBlockComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp121 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
172 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
332 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
703 switch (C->getCommandID()) { in visitBlockCommandComment()
785 switch (C->getCommandID()) { in visitVerbatimBlockComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h341 unsigned getCommandID() const { in getCommandID() function
346 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
651 unsigned getCommandID() const { in getCommandID() function
656 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
H A DCommentParser.h85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
H A DCommentLexer.h121 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function