Home
last modified time | relevance | path

Searched refs:TypoCorrectionFailures (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4817 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4818 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/external/clang/include/clang/Sema/
DSema.h3250 TypoCorrectionFailures[Typo].insert(TypoLoc);
7019 IdentifierSourceLocations TypoCorrectionFailures; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h4369 TypoCorrectionFailures[Typo].insert(TypoLoc);
8946 IdentifierSourceLocations TypoCorrectionFailures; variable