Searched refs:getLoopVariable (Results 1 – 4 of 4) sorted by relevance
143 VarDecl *getLoopVariable();146 const VarDecl *getLoopVariable() const;
812 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt818 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt819 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable(); in getLoopVariable()
315 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
949 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()