Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp145 CurrentInstantiationScope(nullptr), DisableTypoCorrection(false),
H A DSemaExprCXX.cpp7699 SemaRef.DisableTypoCorrection = true; in Transform()
7716 SemaRef.DisableTypoCorrection = false; in Transform()
H A DSemaLookup.cpp4560 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7605 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
7606 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
7609 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
7619 bool DisableTypoCorrection; variable