Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommandTraits.h152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp47 CommandTraits::getTypoCorrectCommandInfo(StringRef Typo) const { in getTypoCorrectCommandInfo() function in clang::comments::CommandTraits
H A DCommentLexer.cpp409 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) { in lexCommentText()