clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ASTContext::BuiltinVectorTypeInfo Struct Reference

#include "clang/AST/ASTContext.h"

Public Member Functions

 BuiltinVectorTypeInfo (QualType ElementType, llvm::ElementCount EC, unsigned NumVectors)
 

Public Attributes

QualType ElementType
 
llvm::ElementCount EC
 
unsigned NumVectors
 

Detailed Description

Definition at line 1487 of file ASTContext.h.

Constructor & Destructor Documentation

◆ BuiltinVectorTypeInfo()

clang::ASTContext::BuiltinVectorTypeInfo::BuiltinVectorTypeInfo ( QualType  ElementType,
llvm::ElementCount  EC,
unsigned  NumVectors 
)
inline

Definition at line 1491 of file ASTContext.h.

Member Data Documentation

◆ EC

llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC

◆ ElementType

QualType clang::ASTContext::BuiltinVectorTypeInfo::ElementType

◆ NumVectors

unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors

Definition at line 1490 of file ASTContext.h.

Referenced by clang::CodeGen::CodeGenTypes::ConvertType().


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