clang 19.0.0git
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 115 of file ParseObjc.cpp.

Constructor & Destructor Documentation

◆ ObjCTypeParamListScope()

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

Definition at line 121 of file ParseObjc.cpp.

◆ ~ObjCTypeParamListScope()

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

Definition at line 124 of file ParseObjc.cpp.

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

Member Function Documentation

◆ enter()

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

Definition at line 128 of file ParseObjc.cpp.

References P.

◆ leave()

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

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