Searched refs:getLoopVariable (Results 1 – 10 of 10) 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()
352 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
153 VarDecl *getLoopVariable();157 const VarDecl *getLoopVariable() const;
735 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()
2116 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
3188 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
5444 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
2682 AddDecl(S->getLoopVariable()); in VisitCXXForRangeStmt()