clang 20.0.0git
|
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 () | |
Introduces zero or more scopes for parsing.
The scopes will all be exited when the object is destroyed.
|
inline |
|
inline |
|
inline |
Definition at line 1217 of file Parser.h.
Referenced by clang::Parser::ReenterClassScopeRAII::ReenterClassScopeRAII().
|
inline |
Definition at line 1221 of file Parser.h.
Referenced by ~MultiParseScope().