Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp219 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this), in Sema()
H A DSemaLookup.cpp5171 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9777 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
9778 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
9781 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
9791 bool DisableTypoCorrection; variable