Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5200 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
5201 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4924 TypoCorrectionFailures[Typo].insert(TypoLoc);
9802 IdentifierSourceLocations TypoCorrectionFailures; variable