Searched refs:DisableTypoCorrection (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp179 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this),
H A DSemaLookup.cpp4744 DisableTypoCorrection)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8795 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) {
8796 SemaRef.DisableTypoCorrection = true;
8799 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection;
8809 bool DisableTypoCorrection; variable

Completed in 206 milliseconds