Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp4504 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4505 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/external/clang/include/clang/Sema/
DSema.h3250 TypoCorrectionFailures[Typo].insert(TypoLoc);
7019 IdentifierSourceLocations TypoCorrectionFailures; variable