Searched defs:ColumnExpr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 323 MatrixType(TypeClass tc,QualType matrixType,QualType canonType,const Expr * RowExpr,const Expr * ColumnExpr) MatrixType() argument 354 DependentSizedMatrixType(QualType ElementType,QualType CanonicalType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation loc) DependentSizedMatrixType() argument 363 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & CTX,QualType ElementType,Expr * RowExpr,Expr * ColumnExpr) Profile() argument
|
H A D | ASTContext.cpp | 4323 getDependentSizedMatrixType(QualType ElementTy,Expr * RowExpr,Expr * ColumnExpr,SourceLocation AttrLoc) const getDependentSizedMatrixType() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 16117 RebuildDependentSizedMatrixType(QualType ElementType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation AttributeLoc) RebuildDependentSizedMatrixType() argument
|