Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp107 CurrentInstantiationScope(nullptr), DisableTypoCorrection(false),
DSemaExprCXX.cpp6884 SemaRef.DisableTypoCorrection = true; in Transform()
6901 SemaRef.DisableTypoCorrection = false; in Transform()
DSemaLookup.cpp4474 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/external/clang/include/clang/Sema/
DSema.h6994 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
6995 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
6998 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
7008 bool DisableTypoCorrection; variable