Home
last modified time | relevance | path

Searched refs:setAttrRowOperand (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1927 void setAttrRowOperand(Expr *e) { getLocalData()->RowOperand = e; } in setAttrRowOperand() function
1955 setAttrRowOperand(nullptr); in initializeLocal()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6893 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6901 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h5741 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5796 NewTL.setAttrRowOperand(rows); in TransformDependentSizedMatrixType()
HDSemaType.cpp5783 MTL.setAttrRowOperand(AL.getArgAsExpr(0)); in fillMatrixTypeLoc()