Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1847 void setAttrRowOperand(Expr *e) { getLocalData()->RowOperand = e; } in setAttrRowOperand() function
1875 setAttrRowOperand(nullptr); in initializeLocal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6585 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6593 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5363 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5418 NewTL.setAttrRowOperand(rows); in TransformDependentSizedMatrixType()
H A DSemaType.cpp6242 MTL.setAttrRowOperand(AL.getArgAsExpr(0)); in fillMatrixTypeLoc()