clang  3.7.0
Public Attributes | List of all members
clang::Sema::ObjCArgInfo Struct Reference

#include <Sema.h>

Collaboration diagram for clang::Sema::ObjCArgInfo:
[legend]

Public Attributes

IdentifierInfoName
 
SourceLocation NameLoc
 
ParsedType Type
 
ObjCDeclSpec DeclSpec
 
AttributeListArgAttrs
 ArgAttrs - Attribute list for this argument. More...
 

Detailed Description

Definition at line 7294 of file Sema.h.

Member Data Documentation

AttributeList* clang::Sema::ObjCArgInfo::ArgAttrs

ArgAttrs - Attribute list for this argument.

Definition at line 7303 of file Sema.h.

ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec

Definition at line 7300 of file Sema.h.

IdentifierInfo* clang::Sema::ObjCArgInfo::Name

Definition at line 7295 of file Sema.h.

Referenced by clang::Sema::ActOnMethodDeclaration().

SourceLocation clang::Sema::ObjCArgInfo::NameLoc

Definition at line 7296 of file Sema.h.

Referenced by clang::Sema::ActOnMethodDeclaration().

ParsedType clang::Sema::ObjCArgInfo::Type

Definition at line 7299 of file Sema.h.


The documentation for this struct was generated from the following file: