Home
last modified time | relevance | path

Searched refs:getCommandInfo (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
DCommentCommandTraits.h146 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo() function
154 const CommandInfo *getCommandInfo(unsigned CommandID) const;
DCommentParser.h85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
DComment.h350 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
661 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
/external/clang/lib/AST/
DCommentSema.cpp99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()
368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart()
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()
[all …]
DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
DCommentCommandTraits.cpp40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo() function in clang::comments::CommandTraits
DCommentParser.cpp317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
DCommentLexer.cpp498 T.setVerbatimBlockID(Traits.getCommandInfo(Name)->getID()); in lexVerbatimBlockFirstLine()
DASTDumper.cpp2307 return Traits->getCommandInfo(CommandID)->Name; in getCommandName()
/external/skia/debugger/
DSkDebugger.h76 const SkTDArray<SkString*>* getCommandInfo(int index) const { in getCommandInfo() function
77 return fDebugCanvas->getCommandInfo(index); in getCommandInfo()
/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()
/external/skia/tools/debugger/
DSkDebugCanvas.h120 const SkTDArray<SkString *> *getCommandInfo(int index) const;
DSkDebugCanvas.cpp342 const SkTDArray<SkString*>* SkDebugCanvas::getCommandInfo(int index) const { in getCommandInfo() function in SkDebugCanvas
/external/clang/unittests/AST/
DCommentLexer.cpp49 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()
53 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name; in getVerbatimBlockName()
57 return Traits.getCommandInfo(Tok.getVerbatimLineID())->Name; in getVerbatimLineName()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp338 const SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(currentRow); in updateDrawCommandInfo()