Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDRecursiveASTVisitor.h1341 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1347 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
HDTypeLoc.h1926 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp432 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()
442 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h5741 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5761 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()