Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4866 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4867 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4509 TypoCorrectionFailures[Typo].insert(TypoLoc);
9098 IdentifierSourceLocations TypoCorrectionFailures; variable