Searched refs:CanonElementTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 3409 MatrixType(QualType ElementTy, QualType CanonElementTy); 3411 MatrixType(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy,
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 4016 QualType CanonElementTy = getCanonicalType(ElementTy); in getDependentSizedMatrixType() local 4018 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType() 4027 *this, CanonElementTy, QualType(), RowExpr, ColumnExpr, AttrLoc); in getDependentSizedMatrixType()
|