Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h1208 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1214 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
DTypeLoc.h1797 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp297 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()
307 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h5277 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5297 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()