clang  19.0.0git
Public Attributes | List of all members
clang::Sema::ActOnMemberAccessExtraArgs Struct Reference

#include "clang/Sema/Sema.h"

Public Attributes

ScopeS
 
UnqualifiedIdId
 
DeclObjCImpDecl
 

Detailed Description

Definition at line 7114 of file Sema.h.

Member Data Documentation

◆ Id

UnqualifiedId& clang::Sema::ActOnMemberAccessExtraArgs::Id

Definition at line 7116 of file Sema.h.

◆ ObjCImpDecl

Decl* clang::Sema::ActOnMemberAccessExtraArgs::ObjCImpDecl

Definition at line 7117 of file Sema.h.

◆ S

Scope* clang::Sema::ActOnMemberAccessExtraArgs::S

Definition at line 7115 of file Sema.h.


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