Home
last modified time | relevance | path

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

/external/clang/lib/AST/
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()
566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()
584 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()
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()
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
DASTDumper.cpp2050 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
2088 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
2132 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"" in visitVerbatimBlockComment()
/external/clang/include/clang/AST/
DCommentParser.h89 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
DComment.h343 unsigned getCommandID() const { in getCommandID() function
348 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
654 unsigned getCommandID() const { in getCommandID() function
659 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
DCommentLexer.h122 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function
/external/clang/lib/Index/
DCommentToXML.cpp123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
721 switch (C->getCommandID()) { in visitBlockCommandComment()
802 switch (C->getCommandID()) { in visitVerbatimBlockComment()
/external/clang/unittests/AST/
DCommentLexer.cpp49 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()