clang
9.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 8477 of file Sema.h.
Referenced by takeDeclAttributes().
ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec |
Definition at line 8474 of file Sema.h.
Referenced by takeDeclAttributes().
IdentifierInfo* clang::Sema::ObjCArgInfo::Name |
Definition at line 8469 of file Sema.h.
Referenced by takeDeclAttributes().
SourceLocation clang::Sema::ObjCArgInfo::NameLoc |
Definition at line 8470 of file Sema.h.
Referenced by takeDeclAttributes().
ParsedType clang::Sema::ObjCArgInfo::Type |
Definition at line 8473 of file Sema.h.
Referenced by takeDeclAttributes().