Searched refs:getLoopVariable (Results 1 – 9 of 9) 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()
443 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
154 VarDecl *getLoopVariable();158 const VarDecl *getLoopVariable() const;
968 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
253 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()518 match(*RF->getLoopVariable()); in dataTraverseNode()
836 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
2254 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
3191 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
5640 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()