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

  /external/clang/lib/AST/
CommentCommandTraits.cpp 37 return getRegisteredCommandInfo(Name);
43 return getRegisteredCommandInfo(CommandID);
81 const CommandInfo *CommandTraits::getRegisteredCommandInfo(
90 const CommandInfo *CommandTraits::getRegisteredCommandInfo(
  /external/clang/include/clang/AST/
CommentCommandTraits.h 163 const CommandInfo *getRegisteredCommandInfo(StringRef Name) const;
164 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;

Completed in 47 milliseconds