clang 22.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 |
Definition at line 439 of file Parser.h.
References clang::Parser::Parser().
|
inline |
|
inline |
Definition at line 440 of file Parser.h.
Referenced by clang::Parser::ReenterTemplateScopes().
|
inline |
Definition at line 444 of file Parser.h.
Referenced by ~MultiParseScope().