HomeSort by relevance Sort by last modified time
    Searched refs:getCommandInfo (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/AST/
CommentCommandTraits.h 146 const CommandInfo *getCommandInfo(StringRef Name) const {
154 const CommandInfo *getCommandInfo(unsigned CommandID) const;
CommentParser.h 89 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
Comment.h 350 return Traits.getCommandInfo(getCommandID())->Name;
661 return Traits.getCommandInfo(getCommandID())->Name;
  /external/skia/debugger/
SkDebugger.h 76 const SkTDArray<SkString*>* getCommandInfo(int index) const {
77 return fDebugCanvas->getCommandInfo(index);
  /external/clang/lib/AST/
CommentSema.cpp 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
626 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
664 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand
    [all...]
CommentBriefParser.cpp 82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
CommentCommandTraits.cpp 40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const {
CommentParser.cpp 317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
ASTDumper.cpp     [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
333 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
    [all...]
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 102 const SkTDArray<SkString*>* getCommandInfo(int index) const;
SkDebugCanvas.cpp 338 const SkTDArray<SkString*>* SkDebugCanvas::getCommandInfo(int index) const {
  /external/clang/unittests/AST/
CommentLexer.cpp 49 return Traits.getCommandInfo(Tok.getCommandID())->Name;
53 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name;
57 return Traits.getCommandInfo(Tok.getVerbatimLineID())->Name;
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 403 const SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(currentRow);

Completed in 265 milliseconds