Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h151 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
/openbsd-src/gnu/llvm/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()