Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1886 void setAttrRowOperand(Expr *e) { getLocalData()->RowOperand = e; } in setAttrRowOperand() function
1914 setAttrRowOperand(nullptr); in initializeLocal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6888 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6896 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5644 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5699 NewTL.setAttrRowOperand(rows); in TransformDependentSizedMatrixType()
H A DSemaType.cpp6211 MTL.setAttrRowOperand(AL.getArgAsExpr(0)); in fillMatrixTypeLoc()