Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp77 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt
83 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt
84 return const_cast<CXXForRangeStmt *>(this)->getLoopVariable(); in getLoopVariable()
H A DStmtPrinter.cpp440 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp184 BlockArgument arg = getLoopVariable(); in print()
199 BlockArgument arg = getLoopVariable(); in verify()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUseAnyOfAllOfCheck.cpp76 if (Mutations.isMutated(S.getLoopVariable())) in isViableLoop()
/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h154 VarDecl *getLoopVariable();
158 const VarDecl *getLoopVariable() const;
H A DASTNodeTraverser.h943 Visit(Node->getLoopVariable()); in VisitPackTemplateArgument()
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp253 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()
518 match(*RF->getLoopVariable()); in dataTraverseNode()
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp842 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp562 markBlockEnd(S->getBody(), "for", getSimpleName(*S->getLoopVariable())); in VisitIfStmt()
H A DSelection.cpp709 return TraverseStmt(S->getInit()) && TraverseDecl(S->getLoopVariable()) && in TraverseCXXForRangeStmt()
H A DXRefs.cpp1980 return S->getLoopVariable()->getType(); in typeForNode()
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp304 value = foreach.getLoopVariable(); in getValueAt()
/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/
H A DPDLInterpOps.td629 BlockArgument getLoopVariable() { return getRegion().getArgument(0); }
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp923 BlockArgument arg = op.getLoopVariable(); in generate()
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2225 const VarDecl *const Var = Node.getLoopVariable();
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3177 const VarDecl *VD = ForStmt->getLoopVariable(); in CheckJumpOutOfSEHFinally()
H A DSemaOpenMP.cpp5618 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3098 AddDecl(S->getLoopVariable()); in VisitOffsetOfExpr()