clang  3.9.0
Public Member Functions | List of all members
clang::Parser::ObjCTypeParamListScope Class Reference

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 ()
 

Detailed Description

Class to handle popping type parameters when leaving the scope.

Definition at line 99 of file ParseObjc.cpp.

Constructor & Destructor Documentation

clang::Parser::ObjCTypeParamListScope::ObjCTypeParamListScope ( Sema Actions,
Scope S 
)
inline

Definition at line 105 of file ParseObjc.cpp.

clang::Parser::ObjCTypeParamListScope::~ObjCTypeParamListScope ( )
inline

Definition at line 108 of file ParseObjc.cpp.

References clang::Parser::ObjCTypeParamListScope::leave().

Member Function Documentation

void clang::Parser::ObjCTypeParamListScope::enter ( ObjCTypeParamList P)
inline

Definition at line 112 of file ParseObjc.cpp.

References P.

void clang::Parser::ObjCTypeParamListScope::leave ( )
inline

Definition at line 117 of file ParseObjc.cpp.

References S.

Referenced by clang::Parser::ObjCTypeParamListScope::~ObjCTypeParamListScope().


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