Home
last modified time | relevance | path

Searched refs:getLoopVariable (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtCXX.cpp76 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt
82 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt
83 return const_cast<CXXForRangeStmt *>(this)->getLoopVariable(); in getLoopVariable()
H A DStmtPrinter.cpp431 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp184 BlockArgument arg = getLoopVariable(); in print()
199 BlockArgument arg = getLoopVariable(); in verify()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DUseAnyOfAllOfCheck.cpp77 if (Mutations.isMutated(S.getLoopVariable())) in isViableLoop()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h153 VarDecl *getLoopVariable();
157 const VarDecl *getLoopVariable() const;
H A DASTNodeTraverser.h773 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp251 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()
515 match(*RF->getLoopVariable()); in dataTraverseNode()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp841 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp701 return TraverseStmt(S->getInit()) && TraverseDecl(S->getLoopVariable()) && in TraverseCXXForRangeStmt()
H A DXRefs.cpp1887 return S->getLoopVariable()->getType(); in typeForNode()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp282 value = foreach.getLoopVariable(); in getValueAt()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDLInterp/IR/
H A DPDLInterpOps.td623 BlockArgument getLoopVariable() { return getRegion().getArgument(0); }
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp886 BlockArgument arg = op.getLoopVariable(); in generate()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2141 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3227 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
H A DSemaOpenMP.cpp5760 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2805 AddDecl(S->getLoopVariable()); in VisitCXXForRangeStmt()