clang API Documentation

Public Member Functions
clang::Sema::TentativeAnalysisScope Class Reference

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>

List of all members.

Public Member Functions

 TentativeAnalysisScope (Sema &SemaRef)
 ~TentativeAnalysisScope ()

Detailed Description

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.

Definition at line 6638 of file Sema.h.


Constructor & Destructor Documentation

Definition at line 6644 of file Sema.h.

References clang::Sema::DisableTypoCorrection.

Definition at line 6649 of file Sema.h.

References clang::Sema::DisableTypoCorrection.


The documentation for this class was generated from the following file: