Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5218 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
5219 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5050 TypoCorrectionFailures[Typo].insert(TypoLoc);
10105 IdentifierSourceLocations TypoCorrectionFailures; variable