Home
last modified time | relevance | path

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

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