clang 20.0.0git
|
Class to handle popping type parameters when leaving the scope. More...
Public Member Functions | |
ObjCTypeParamListScope (Sema &Actions, Scope *S) | |
~ObjCTypeParamListScope () | |
void | enter (ObjCTypeParamList *P) |
void | leave () |
Class to handle popping type parameters when leaving the scope.
Definition at line 118 of file ParseObjc.cpp.
Definition at line 124 of file ParseObjc.cpp.
|
inline |
Definition at line 127 of file ParseObjc.cpp.
References clang::Parser::ObjCTypeParamListScope::leave().
|
inline |
Definition at line 131 of file ParseObjc.cpp.
References P.
|
inline |
Definition at line 136 of file ParseObjc.cpp.
References clang::Sema::ObjC(), and clang::SemaObjC::popObjCTypeParamList().
Referenced by clang::Parser::ObjCTypeParamListScope::~ObjCTypeParamListScope().