clang 18.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 1470 of file ASTContext.h.
|
inline |
Definition at line 1474 of file ASTContext.h.
llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1472 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 1471 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 1473 of file ASTContext.h.
Referenced by clang::CodeGen::CodeGenTypes::ConvertType().