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

  /external/clang/include/clang/AST/
CommentCommandTraits.h 139 const CommandInfo *getCommandInfo(StringRef Name) const {
147 const CommandInfo *getCommandInfo(unsigned CommandID) const;
CommentParser.h 91 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
Comment.h 337 return Traits.getCommandInfo(getCommandID())->Name;
640 return Traits.getCommandInfo(getCommandID())->Name;
  /external/clang/lib/AST/
CommentSema.cpp 94 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
127 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
164 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
383 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
402 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
437 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
560 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
578 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
617 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
655 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 308 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
564 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
667 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
ASTDumper.cpp     [all...]
  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 18 SkTDArray<SkString*>* info = canvas.getCommandInfo(index);
skia_benchmarking_extension.cc 256 SkTDArray<SkString*>* info = canvas.getCommandInfo(i);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 93 SkTDArray<SkString*>* getCommandInfo(int index);
SkDebugCanvas.cpp 261 SkTDArray<SkString*>* SkDebugCanvas::getCommandInfo(int index) {
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 93 SkTDArray<SkString*>* getCommandInfo(int index);
SkDebugCanvas.cpp 261 SkTDArray<SkString*>* SkDebugCanvas::getCommandInfo(int index) {
  /external/clang/tools/libclang/
CXComment.cpp 454 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
501 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
661 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
    [all...]
  /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...]

Completed in 295 milliseconds