Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp4091 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in CorrectTypo()
4092 if (locs != TypoCorrectionFailures.end() && in CorrectTypo()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h2746 TypoCorrectionFailures[Typo].insert(TypoLoc);
6398 IdentifierSourceLocations TypoCorrectionFailures; variable