clang  19.0.0git
Public Attributes | List of all members
clang::SemaObjC::ObjCArgInfo Struct Reference

#include "clang/Sema/SemaObjC.h"

Public Attributes

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

Detailed Description

Definition at line 333 of file SemaObjC.h.

Member Data Documentation

◆ ArgAttrs

ParsedAttributesView clang::SemaObjC::ObjCArgInfo::ArgAttrs

ArgAttrs - Attribute list for this argument.

Definition at line 342 of file SemaObjC.h.

◆ DeclSpec

ObjCDeclSpec clang::SemaObjC::ObjCArgInfo::DeclSpec

Definition at line 339 of file SemaObjC.h.

◆ Name

IdentifierInfo* clang::SemaObjC::ObjCArgInfo::Name

Definition at line 334 of file SemaObjC.h.

◆ NameLoc

SourceLocation clang::SemaObjC::ObjCArgInfo::NameLoc

Definition at line 335 of file SemaObjC.h.

◆ Type

ParsedType clang::SemaObjC::ObjCArgInfo::Type

Definition at line 338 of file SemaObjC.h.


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