Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4589 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4590 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3611 TypoCorrectionFailures[Typo].insert(TypoLoc);
7630 IdentifierSourceLocations TypoCorrectionFailures; variable