clang 19.0.0git
Public Member Functions | List of all members
clang::Parser::MultiParseScope Class Reference

Introduces zero or more scopes for parsing. More...

#include "clang/Parse/Parser.h"

Public Member Functions

 MultiParseScope (Parser &Self)
 
void Enter (unsigned ScopeFlags)
 
void Exit ()
 
 ~MultiParseScope ()
 

Detailed Description

Introduces zero or more scopes for parsing.

The scopes will all be exited when the object is destroyed.

Definition at line 1177 of file Parser.h.

Constructor & Destructor Documentation

◆ MultiParseScope()

clang::Parser::MultiParseScope::MultiParseScope ( Parser Self)
inline

Definition at line 1184 of file Parser.h.

◆ ~MultiParseScope()

clang::Parser::MultiParseScope::~MultiParseScope ( )
inline

Definition at line 1195 of file Parser.h.

References Exit().

Member Function Documentation

◆ Enter()

void clang::Parser::MultiParseScope::Enter ( unsigned  ScopeFlags)
inline

◆ Exit()

void clang::Parser::MultiParseScope::Exit ( )
inline

Definition at line 1189 of file Parser.h.

Referenced by ~MultiParseScope().


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