Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1221 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1227 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
H A DTypeLoc.h1846 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp298 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()
308 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5363 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()
5383 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()