clang 22.0.0git
clang::Parser::ObjCTypeParamListScope Class Reference

Public Member Functions

 ObjCTypeParamListScope (Sema &Actions, Scope *S)
 ~ObjCTypeParamListScope ()
void enter (ObjCTypeParamList *P)
void leave ()

Detailed Description

Definition at line 108 of file ParseObjc.cpp.

Constructor & Destructor Documentation

◆ ObjCTypeParamListScope()

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

Definition at line 114 of file ParseObjc.cpp.

References clang::nullptr.

◆ ~ObjCTypeParamListScope()

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

Definition at line 117 of file ParseObjc.cpp.

References leave().

Member Function Documentation

◆ enter()

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

Definition at line 121 of file ParseObjc.cpp.

◆ leave()

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

Definition at line 126 of file ParseObjc.cpp.

Referenced by ~ObjCTypeParamListScope().


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