clang
6.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 |
ArgAttrs - Attribute list for this argument.
Definition at line 8056 of file Sema.h.
Referenced by takeDeclAttributes().
ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec |
Definition at line 8053 of file Sema.h.
Referenced by takeDeclAttributes().
IdentifierInfo* clang::Sema::ObjCArgInfo::Name |
Definition at line 8048 of file Sema.h.
Referenced by takeDeclAttributes().
SourceLocation clang::Sema::ObjCArgInfo::NameLoc |
Definition at line 8049 of file Sema.h.
Referenced by takeDeclAttributes().
ParsedType clang::Sema::ObjCArgInfo::Type |
Definition at line 8052 of file Sema.h.
Referenced by takeDeclAttributes().