Searched refs:getLoopVariable (Results 1 – 17 of 17) sorted by relevance
76 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt82 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt83 return const_cast<CXXForRangeStmt *>(this)->getLoopVariable(); in getLoopVariable()
431 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
184 BlockArgument arg = getLoopVariable(); in print()199 BlockArgument arg = getLoopVariable(); in verify()
77 if (Mutations.isMutated(S.getLoopVariable())) in isViableLoop()
153 VarDecl *getLoopVariable();157 const VarDecl *getLoopVariable() const;
773 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
251 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()515 match(*RF->getLoopVariable()); in dataTraverseNode()
841 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
701 return TraverseStmt(S->getInit()) && TraverseDecl(S->getLoopVariable()) && in TraverseCXXForRangeStmt()
1887 return S->getLoopVariable()->getType(); in typeForNode()
282 value = foreach.getLoopVariable(); in getValueAt()
623 BlockArgument getLoopVariable() { return getRegion().getArgument(0); }
886 BlockArgument arg = op.getLoopVariable(); in generate()
2141 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
3227 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
5760 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
2805 AddDecl(S->getLoopVariable()); in VisitCXXForRangeStmt()