Home
last modified time | relevance | path

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

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