Home
last modified time | relevance | path

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

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