clang
10.0.0git
|
#include "clang/Sema/Sema.h"
Public Attributes | |
IdentifierInfo * | Name |
SourceLocation | NameLoc |
ParsedType | Type |
ObjCDeclSpec | DeclSpec |
ParsedAttributesView | ArgAttrs |
ArgAttrs - Attribute list for this argument. More... | |
ParsedAttributesView clang::Sema::ObjCArgInfo::ArgAttrs |
ArgAttrs - Attribute list for this argument.
Definition at line 9091 of file Sema.h.
Referenced by takeDeclAttributes().
ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec |
Definition at line 9088 of file Sema.h.
Referenced by takeDeclAttributes().
IdentifierInfo* clang::Sema::ObjCArgInfo::Name |
Definition at line 9083 of file Sema.h.
Referenced by takeDeclAttributes().
SourceLocation clang::Sema::ObjCArgInfo::NameLoc |
Definition at line 9084 of file Sema.h.
Referenced by takeDeclAttributes().
ParsedType clang::Sema::ObjCArgInfo::Type |
Definition at line 9087 of file Sema.h.
Referenced by takeDeclAttributes().