clang 22.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 1702 of file ASTContext.h.
|
inline |
Definition at line 1706 of file ASTContext.h.
llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1704 of file ASTContext.h.
Referenced by getRVVTypeSize(), and HandleRISCVRVVVectorBitsTypeAttr().
QualType clang::ASTContext::BuiltinVectorTypeInfo::ElementType |
Definition at line 1703 of file ASTContext.h.
Referenced by getRVVTypeSize(), and HandleRISCVRVVVectorBitsTypeAttr().
unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors |
Definition at line 1705 of file ASTContext.h.