Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1317 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1323 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
H A DTypeLoc.h1878 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp377 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()
387 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h5452 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5472 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()