Searched refs:getLoopVariable (Results 1 – 9 of 9) 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()
353 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
153 VarDecl *getLoopVariable();157 const VarDecl *getLoopVariable() const;
766 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
248 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()499 match(*RF->getLoopVariable()); in dataTraverseNode()
836 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
2128 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
3189 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
5455 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()