clang 17.0.0git
|
#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 |
Definition at line 1459 of file ASTContext.h.
|
inline |
Definition at line 1463 of file ASTContext.h.
llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1461 of file ASTContext.h.
Referenced by clang::Sema::CheckSizelessVectorConditionalTypes(), clang::Sema::CheckSizelessVectorOperands(), checkSizelessVectorShift(), clang::CodeGen::CodeGenTypes::ConvertType(), getRVVTypeSize(), clang::Sema::GetSignedSizelessVectorType(), and HandleRISCVRVVVectorBitsTypeAttr().
QualType clang::ASTContext::BuiltinVectorTypeInfo::ElementType |
Definition at line 1460 of file ASTContext.h.
Referenced by clang::CodeGen::CodeGenTypes::ConvertType(), clang::Type::getRVVEltType(), getRVVTypeSize(), clang::Type::getSveEltType(), and HandleRISCVRVVVectorBitsTypeAttr().
unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors |
Definition at line 1462 of file ASTContext.h.
Referenced by clang::CodeGen::CodeGenTypes::ConvertType().