Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp183 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this),
H A DSemaLookup.cpp4837 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9073 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
9074 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
9077 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
9087 bool DisableTypoCorrection; variable