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

  /external/clang/include/clang/AST/
CommentCommandTraits.h 139 const CommandInfo *getCommandInfo(StringRef Name) const {
145 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/
CommentCommandTraits.cpp 40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const {
CommentSema.cpp 95 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
122 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
154 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
373 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
392 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
427 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
550 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
568 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
607 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
651 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand
    [all...]
CommentBriefParser.cpp 82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
CommentParser.cpp 310 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
569 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
672 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
ASTDumper.cpp     [all...]
  /external/clang/tools/libclang/
CXComment.cpp 446 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
493 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
653 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 80 milliseconds