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

#include "clang/Sema/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 7979 of file Sema.h.

Member Data Documentation

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

ArgAttrs - Attribute list for this argument.

Definition at line 7988 of file Sema.h.

ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec

Definition at line 7985 of file Sema.h.

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

Definition at line 7980 of file Sema.h.

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

SourceLocation clang::Sema::ObjCArgInfo::NameLoc

Definition at line 7981 of file Sema.h.

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

ParsedType clang::Sema::ObjCArgInfo::Type

Definition at line 7984 of file Sema.h.


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