Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp107 CurrentInstantiationScope(nullptr), DisableTypoCorrection(false),
DSemaExprCXX.cpp6884 SemaRef.DisableTypoCorrection = true; in Transform()
6901 SemaRef.DisableTypoCorrection = false; in Transform()
DSemaLookup.cpp4474 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/external/clang/include/clang/Sema/
DSema.h6994 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
6995 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
6998 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
7008 bool DisableTypoCorrection; variable
/external/llvm-project/clang/lib/Sema/
DSema.cpp180 DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this),
DSemaLookup.cpp4788 DisableTypoCorrection) in makeTypoCorrectionConsumer()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp978 TEST(CodeCompleteTest, DisableTypoCorrection) { in TEST() argument
/external/llvm-project/clang/include/clang/Sema/
DSema.h8921 PrevDisableTypoCorrection(SemaRef.DisableTypoCorrection) { in TentativeAnalysisScope()
8922 SemaRef.DisableTypoCorrection = true; in TentativeAnalysisScope()
8925 SemaRef.DisableTypoCorrection = PrevDisableTypoCorrection; in ~TentativeAnalysisScope()
8935 bool DisableTypoCorrection; variable