Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1989 void setAttrColumnOperand(Expr *e) { getLocalData()->ColumnOperand = e; } in setAttrColumnOperand() function
2012 setAttrColumnOperand(nullptr); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7229 TL.setAttrColumnOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
7237 TL.setAttrColumnOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5970 NewTL.setAttrColumnOperand(TL.getAttrColumnOperand()); in TransformConstantMatrixType()
6025 NewTL.setAttrColumnOperand(columns); in TransformDependentSizedMatrixType()
H A DSemaType.cpp5834 MTL.setAttrColumnOperand(AL.getArgAsExpr(1)); in fillMatrixTypeLoc()