|
clang 22.0.0git
|
#include "clang/Sema/SemaObjC.h"
Public Attributes | |
| IdentifierInfo * | Name |
| SourceLocation | NameLoc |
| ParsedType | Type |
| ObjCDeclSpec | DeclSpec |
| ParsedAttributesView | ArgAttrs |
| ArgAttrs - Attribute list for this argument. | |
Definition at line 342 of file SemaObjC.h.
| ParsedAttributesView clang::SemaObjC::ObjCArgInfo::ArgAttrs |
ArgAttrs - Attribute list for this argument.
Definition at line 351 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodParmDeclaration().
| ObjCDeclSpec clang::SemaObjC::ObjCArgInfo::DeclSpec |
Definition at line 348 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodParmDeclaration().
| IdentifierInfo* clang::SemaObjC::ObjCArgInfo::Name |
Definition at line 343 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodParmDeclaration().
| SourceLocation clang::SemaObjC::ObjCArgInfo::NameLoc |
Definition at line 344 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodParmDeclaration().
| ParsedType clang::SemaObjC::ObjCArgInfo::Type |
Definition at line 347 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodParmDeclaration().