Searched refs:getLoopVariable (Results 1 – 10 of 10) 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()
438 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
154 VarDecl *getLoopVariable();158 const VarDecl *getLoopVariable() const;
909 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
253 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()517 match(*RF->getLoopVariable()); in dataTraverseNode()
842 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
2205 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
4460 const VarDecl *LoopVar = S->getLoopVariable(); in visitCXXForRangeStmt()
3084 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
5636 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()