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

#include "clang/Sema/Sema.h"

Public Attributes

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

Detailed Description

Definition at line 11966 of file Sema.h.

Member Data Documentation

◆ ArgAttrs

ParsedAttributesView clang::Sema::ObjCArgInfo::ArgAttrs

ArgAttrs - Attribute list for this argument.

Definition at line 11975 of file Sema.h.

◆ DeclSpec

ObjCDeclSpec clang::Sema::ObjCArgInfo::DeclSpec

Definition at line 11972 of file Sema.h.

◆ Name

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

Definition at line 11967 of file Sema.h.

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

◆ NameLoc

SourceLocation clang::Sema::ObjCArgInfo::NameLoc

Definition at line 11968 of file Sema.h.

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

◆ Type

ParsedType clang::Sema::ObjCArgInfo::Type

Definition at line 11971 of file Sema.h.


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