clang 20.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.
 

Detailed Description

Definition at line 354 of file SemaObjC.h.

Member Data Documentation

◆ ArgAttrs

ParsedAttributesView clang::SemaObjC::ObjCArgInfo::ArgAttrs

ArgAttrs - Attribute list for this argument.

Definition at line 363 of file SemaObjC.h.

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

◆ DeclSpec

ObjCDeclSpec clang::SemaObjC::ObjCArgInfo::DeclSpec

Definition at line 360 of file SemaObjC.h.

◆ Name

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

Definition at line 355 of file SemaObjC.h.

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

◆ NameLoc

SourceLocation clang::SemaObjC::ObjCArgInfo::NameLoc

Definition at line 356 of file SemaObjC.h.

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

◆ Type

ParsedType clang::SemaObjC::ObjCArgInfo::Type

Definition at line 359 of file SemaObjC.h.


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