clang
8.0.0
|
#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 8175 of file Sema.h.
Referenced by takeDeclAttributes().
ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec |
Definition at line 8172 of file Sema.h.
Referenced by takeDeclAttributes().
IdentifierInfo* clang::Sema::ObjCArgInfo::Name |
Definition at line 8167 of file Sema.h.
Referenced by takeDeclAttributes().
SourceLocation clang::Sema::ObjCArgInfo::NameLoc |
Definition at line 8168 of file Sema.h.
Referenced by takeDeclAttributes().
ParsedType clang::Sema::ObjCArgInfo::Type |
Definition at line 8171 of file Sema.h.
Referenced by takeDeclAttributes().