Searched refs:getCommandInfo (Results 1 - 20 of 20) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentCommandTraits.h142 const CommandInfo *getCommandInfo(StringRef Name) const { function in class:clang::comments::CommandTraits
150 const CommandInfo *getCommandInfo(unsigned CommandID) const;
H A DCommentParser.h89 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
H A DComment.h348 return Traits.getCommandInfo(getCommandID())->Name;
659 return Traits.getCommandInfo(getCommandID())->Name;
/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.h82 SkTDArray<SkString*>* getCommandInfo(int index) { function in class:SkDebugger
83 return fDebugCanvas->getCommandInfo(index);
/external/skia/debugger/
H A DSkDebugger.h84 SkTDArray<SkString*>* getCommandInfo(int index) { function in class:SkDebugger
85 return fDebugCanvas->getCommandInfo(index);
/external/clang/lib/AST/
H A DCommentSema.cpp99 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(Comman
[all...]
H A DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
H A DCommentCommandTraits.cpp40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { function in class:clang::comments::CommandTraits
H A DCommentParser.cpp317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
H A DASTDumper.cpp2005 return Traits->getCommandInfo(CommandID)->Name;
/external/clang/lib/Index/
H A DCommentToXML.cpp123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc18 SkTDArray<SkString*>* info = canvas.getCommandInfo(index);
H A Dskia_benchmarking_extension.cc235 SkTDArray<SkString*>* info = canvas.getCommandInfo(i);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.h105 SkTDArray<SkString*>* getCommandInfo(int index);
H A DSkDebugCanvas.cpp376 SkTDArray<SkString*>* SkDebugCanvas::getCommandInfo(int index) {
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.h105 SkTDArray<SkString*>* getCommandInfo(int index);
H A DSkDebugCanvas.cpp386 SkTDArray<SkString*>* SkDebugCanvas::getCommandInfo(int index) {
/external/clang/unittests/AST/
H A DCommentLexer.cpp49 return Traits.getCommandInfo(Tok.getCommandID())->Name;
53 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name;
57 return Traits.getCommandInfo(Tok.getVerbatimLineID())->Name;
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp692 SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp653 SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(

Completed in 319 milliseconds