clang API Documentation
RAII class used to indicate that we are performing provisional semantic analysis to determine the validity of a construct, so typo-correction and diagnostics in the immediate context (not within implicitly-instantiated templates) should be suppressed. More...
#include <Sema.h>
Public Member Functions | |
TentativeAnalysisScope (Sema &SemaRef) | |
~TentativeAnalysisScope () |
RAII class used to indicate that we are performing provisional semantic analysis to determine the validity of a construct, so typo-correction and diagnostics in the immediate context (not within implicitly-instantiated templates) should be suppressed.
clang::Sema::TentativeAnalysisScope::TentativeAnalysisScope | ( | Sema & | SemaRef | ) | [inline, explicit] |
Definition at line 6644 of file Sema.h.
References clang::Sema::DisableTypoCorrection.
Definition at line 6649 of file Sema.h.
References clang::Sema::DisableTypoCorrection.