clang 22.0.0git
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 1667 of file ASTContext.h.

Constructor & Destructor Documentation

◆ BuiltinVectorTypeInfo()

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

Definition at line 1671 of file ASTContext.h.

References EC, ElementType, and NumVectors.

Member Data Documentation

◆ EC

◆ ElementType

◆ NumVectors

unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors

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