Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp288 findSimilarStr(StringRef LHS, const std::vector<StringRef> &Candidates) { in findSimilarStr() function
459 if (std::optional<StringRef> Sugg = findSimilarStr(Directive, Candidates)) { in SuggestTypoedDirective()