Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4860 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4861 if (locs != TypoCorrectionFailures.end() && in makeTypoCorrectionConsumer()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4039 TypoCorrectionFailures[Typo].insert(TypoLoc);
8555 IdentifierSourceLocations TypoCorrectionFailures; variable