Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentParser.cpp315 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
320 Tok.getCommandID()); in parseBlockCommand()
325 Tok.getCommandID()); in parseBlockCommand()
329 Tok.getCommandID()); in parseBlockCommand()
334 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand) { in parseBlockCommand()
397 CommandTok.getCommandID(), in parseInlineCommand()
404 CommandTok.getCommandID()); in parseInlineCommand()
551 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
DCommentDumper.cpp122 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()
170 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()
213 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"" in visitVerbatimBlockComment()
DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
DCommentSema.cpp426 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
460 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
/external/clang/include/clang/AST/
DComment.h314 unsigned getCommandID() const { in getCommandID() function
319 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
625 unsigned getCommandID() const { in getCommandID() function
630 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
DCommentLexer.h120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function
/external/clang/tools/libclang/
DCXComment.cpp444 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
487 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
645 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
/external/clang/unittests/AST/
DCommentLexer.cpp48 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()