Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9138 bool PrevDisableTypoCorrection; variable
9142 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
9146 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()