|
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 1718 of file ASTContext.h.
|
inline |
Definition at line 1722 of file ASTContext.h.
References EC, ElementType, and NumVectors.
| llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1720 of file ASTContext.h.
Referenced by BuiltinVectorTypeInfo(), clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaRISCV::checkRVVTypeSupport(), checkSizelessVectorShift(), clang::Sema::CheckVectorConditionalTypes(), and clang::CodeGen::CodeGenTypes::ConvertType().
| QualType clang::ASTContext::BuiltinVectorTypeInfo::ElementType |
Definition at line 1719 of file ASTContext.h.
Referenced by clang::ASTContext::areCompatibleRVVTypes(), BuiltinVectorTypeInfo(), clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaRISCV::checkRVVTypeSupport(), clang::Sema::CheckVectorConditionalTypes(), clang::CodeGen::CodeGenTypes::ConvertType(), clang::Type::getRVVEltType(), and clang::Type::getSveEltType().
| unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors |
Definition at line 1721 of file ASTContext.h.
Referenced by BuiltinVectorTypeInfo(), clang::SemaRISCV::CheckBuiltinFunctionCall(), and clang::CodeGen::CodeGenTypes::ConvertType().