Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10076 bool PrevDisableTypoCorrection; variable
10080 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
10084 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()