Searched refs:getLoopVariable (Results 1 – 5 of 5) 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()
356 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
146 VarDecl *getLoopVariable();150 const VarDecl *getLoopVariable() const;
1886 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
2806 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()