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()
564 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()
582 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
624 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
662 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.cpp2349 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
2387 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
2431 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"" in visitVerbatimBlockComment()
/external/clang/include/clang/AST/
DCommentParser.h85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
DComment.h345 unsigned getCommandID() const { in getCommandID() function
350 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
656 unsigned getCommandID() const { in getCommandID() function
661 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
DCommentLexer.h122 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function
/external/clang/lib/Index/
DCommentToXML.cpp122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
333 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
713 switch (C->getCommandID()) { in visitBlockCommandComment()
794 switch (C->getCommandID()) { in visitVerbatimBlockComment()
/external/clang/unittests/AST/
DCommentLexer.cpp49 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()