Home
last modified time | relevance | path

Searched refs:getCommandInfoOrNULL (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DCommentCommandTraits.h144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()
/external/clang/lib/AST/
DCommentCommandTraits.cpp34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { in getCommandInfoOrNULL() function in clang::comments::CommandTraits
DCommentLexer.cpp376 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()