clang
3.7.0
|
#include <Sema.h>
Public Attributes | |
IdentifierInfo * | Name |
SourceLocation | NameLoc |
ParsedType | Type |
ObjCDeclSpec | DeclSpec |
AttributeList * | ArgAttrs |
ArgAttrs - Attribute list for this argument. More... | |
AttributeList* clang::Sema::ObjCArgInfo::ArgAttrs |
ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec |
IdentifierInfo* clang::Sema::ObjCArgInfo::Name |
Definition at line 7295 of file Sema.h.
Referenced by clang::Sema::ActOnMethodDeclaration().
SourceLocation clang::Sema::ObjCArgInfo::NameLoc |
Definition at line 7296 of file Sema.h.
Referenced by clang::Sema::ActOnMethodDeclaration().
ParsedType clang::Sema::ObjCArgInfo::Type |