struct ASTContext::BuiltinVectorTypeInfo
Declaration
struct ASTContext::BuiltinVectorTypeInfo { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/ASTContext.h:1483
Member Variables
- public clang::QualType ElementType
- public llvm::ElementCount EC
- public unsigned int NumVectors
Method Overview
- public BuiltinVectorTypeInfo(clang::QualType ElementType, llvm::ElementCount EC, unsigned int NumVectors)
Methods
ΒΆBuiltinVectorTypeInfo(clang::QualType ElementType,
llvm::ElementCount EC,
unsigned int NumVectors)
BuiltinVectorTypeInfo(clang::QualType ElementType,
llvm::ElementCount EC,
unsigned int NumVectors)
Declared at: clang/include/clang/AST/ASTContext.h:1487
Parameters
- clang::QualType ElementType
- llvm::ElementCount EC
- unsigned int NumVectors