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.h1983 void setAttrRowOperand(Expr *e) { getLocalData()->RowOperand = e; } in setAttrRowOperand() function
2011 setAttrRowOperand(nullptr); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7228 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
7236 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5969 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
6024 NewTL.setAttrRowOperand(rows); in TransformDependentSizedMatrixType()
H A DSemaType.cpp5833 MTL.setAttrRowOperand(AL.getArgAsExpr(0)); in fillMatrixTypeLoc()