Home
last modified time | relevance | path

Searched refs:CanonElementTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DType.h3409 MatrixType(QualType ElementTy, QualType CanonElementTy);
3411 MatrixType(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4016 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()