Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommandTraits.h144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { in getCommandInfoOrNULL() function in clang::comments::CommandTraits
H A DCommentLexer.cpp407 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()