Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp220 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this), in Sema()
H A DSemaLookup.cpp5189 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10080 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
10081 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
10084 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
10094 bool DisableTypoCorrection; variable