|
clang
5.0.0
|
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 99 of file ParseObjc.cpp.
Definition at line 105 of file ParseObjc.cpp.
|
inline |
Definition at line 108 of file ParseObjc.cpp.
References clang::Parser::ObjCTypeParamListScope::leave().
|
inline |
Definition at line 112 of file ParseObjc.cpp.
References P.
|
inline |
Definition at line 117 of file ParseObjc.cpp.
References S.
Referenced by clang::Parser::ObjCTypeParamListScope::~ObjCTypeParamListScope().
1.8.6