Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1853 void setAttrColumnOperand(Expr *e) { getLocalData()->ColumnOperand = e; } in setAttrColumnOperand() function
1876 setAttrColumnOperand(nullptr); in initializeLocal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6586 TL.setAttrColumnOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6594 TL.setAttrColumnOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5364 NewTL.setAttrColumnOperand(TL.getAttrColumnOperand()); in TransformConstantMatrixType()
5419 NewTL.setAttrColumnOperand(columns); in TransformDependentSizedMatrixType()
H A DSemaType.cpp6243 MTL.setAttrColumnOperand(AL.getArgAsExpr(1)); in fillMatrixTypeLoc()