Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4876 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4877 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4540 TypoCorrectionFailures[Typo].insert(TypoLoc);
9167 IdentifierSourceLocations TypoCorrectionFailures; variable