Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1798 void setAttrRowOperand(Expr *e) { getLocalData()->RowOperand = e; } in setAttrRowOperand() function
1826 setAttrRowOperand(nullptr); in initializeLocal()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6558 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6566 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h5277 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5332 NewTL.setAttrRowOperand(rows); in TransformDependentSizedMatrixType()
DSemaType.cpp6188 MTL.setAttrRowOperand(AL.getArgAsExpr(0)); in fillMatrixTypeLoc()