HomeSort by: relevance | last modified time | path
    Searched refs:getCommandInfo (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentCommandTraits.h 145 const CommandInfo *getCommandInfo(StringRef Name) const {
153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
CommentParser.h 84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
Comment.h 345 return Traits.getCommandInfo(getCommandID())->Name;
655 return Traits.getCommandInfo(getCommandID())->Name;
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
171 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)
630 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
668 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand
    [all...]
CommentBriefParser.cpp 80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
CommentCommandTraits.cpp 40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const {
CommentParser.cpp 316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
429 << Traits.getCommandInfo(CommandTok.getCommandID())->Name
577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
692 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
JSONNodeDumper.cpp 1507 return Traits->getCommandInfo(CommandID)->Name;
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());

Completed in 25 milliseconds