|
clang
5.0.0
|
#include "clang/Sema/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 7980 of file Sema.h.
Referenced by clang::Sema::ActOnMethodDeclaration().
| SourceLocation clang::Sema::ObjCArgInfo::NameLoc |
Definition at line 7981 of file Sema.h.
Referenced by clang::Sema::ActOnMethodDeclaration().
| ParsedType clang::Sema::ObjCArgInfo::Type |
1.8.6