Searched refs:getLoopVariable (Results 1 – 19 of 19) sorted by relevance
77 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt83 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt84 return const_cast<CXXForRangeStmt *>(this)->getLoopVariable(); in getLoopVariable()
440 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
184 BlockArgument arg = getLoopVariable(); in print()199 BlockArgument arg = getLoopVariable(); in verify()
76 if (Mutations.isMutated(S.getLoopVariable())) in isViableLoop()
154 VarDecl *getLoopVariable();158 const VarDecl *getLoopVariable() const;
943 Visit(Node->getLoopVariable()); in VisitPackTemplateArgument()
253 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt() 518 match(*RF->getLoopVariable()); in dataTraverseNode()
842 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
562 markBlockEnd(S->getBody(), "for", getSimpleName(*S->getLoopVariable())); in VisitIfStmt()
709 return TraverseStmt(S->getInit()) && TraverseDecl(S->getLoopVariable()) && in TraverseCXXForRangeStmt()
1980 return S->getLoopVariable()->getType(); in typeForNode()
304 value = foreach.getLoopVariable(); in getValueAt()
629 BlockArgument getLoopVariable() { return getRegion().getArgument(0); }
923 BlockArgument arg = op.getLoopVariable(); in generate()
2225 const VarDecl *const Var = Node.getLoopVariable();
3177 const VarDecl *VD = ForStmt->getLoopVariable(); in CheckJumpOutOfSEHFinally()
5618 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
3098 AddDecl(S->getLoopVariable()); in VisitOffsetOfExpr()