Home
last modified time | relevance | path

Searched defs:ColumnExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp307 MatrixType(TypeClass tc,QualType matrixType,QualType canonType,const Expr * RowExpr,const Expr * ColumnExpr) MatrixType() argument
338 DependentSizedMatrixType(QualType ElementType,QualType CanonicalType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation loc) DependentSizedMatrixType() argument
347 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & CTX,QualType ElementType,Expr * RowExpr,Expr * ColumnExpr) Profile() argument
H A DASTContext.cpp4200 getDependentSizedMatrixType(QualType ElementTy,Expr * RowExpr,Expr * ColumnExpr,SourceLocation AttrLoc) const getDependentSizedMatrixType() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15115 RebuildDependentSizedMatrixType(QualType ElementType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation AttributeLoc) RebuildDependentSizedMatrixType() argument