clang 20.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 356 of file SemaObjC.h.
ParsedAttributesView clang::SemaObjC::ObjCArgInfo::ArgAttrs |
ArgAttrs - Attribute list for this argument.
Definition at line 365 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodDeclaration().
ObjCDeclSpec clang::SemaObjC::ObjCArgInfo::DeclSpec |
Definition at line 362 of file SemaObjC.h.
IdentifierInfo* clang::SemaObjC::ObjCArgInfo::Name |
Definition at line 357 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodDeclaration().
SourceLocation clang::SemaObjC::ObjCArgInfo::NameLoc |
Definition at line 358 of file SemaObjC.h.
Referenced by clang::SemaObjC::ActOnMethodDeclaration().
ParsedType clang::SemaObjC::ObjCArgInfo::Type |
Definition at line 361 of file SemaObjC.h.