Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5191 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
5192 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4801 TypoCorrectionFailures[Typo].insert(TypoLoc);
9496 IdentifierSourceLocations TypoCorrectionFailures; variable