Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp205 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this),
H A DSemaLookup.cpp4847 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9142 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
9143 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
9146 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
9156 bool DisableTypoCorrection; variable