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.h1933 void setAttrColumnOperand(Expr *e) { getLocalData()->ColumnOperand = e; } in setAttrColumnOperand() function
1956 setAttrColumnOperand(nullptr); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6894 TL.setAttrColumnOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6902 TL.setAttrColumnOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5742 NewTL.setAttrColumnOperand(TL.getAttrColumnOperand()); in TransformConstantMatrixType()
5797 NewTL.setAttrColumnOperand(columns); in TransformDependentSizedMatrixType()
H A DSemaType.cpp5784 MTL.setAttrColumnOperand(AL.getArgAsExpr(1)); in fillMatrixTypeLoc()