Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1294 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1300 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
H A DTypeLoc.h1885 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp395 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()
405 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5644 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5664 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()