Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp218 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this), in Sema()
H A DSemaLookup.cpp5162 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9471 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
9472 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
9475 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
9485 bool DisableTypoCorrection; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp997 TEST(CodeCompleteTest, DisableTypoCorrection) { in TEST() argument