Home | History | Annotate | Download | only in AST

Lines Matching refs:getLoopVariable

822 VarDecl *CXXForRangeStmt::getLoopVariable() {
828 const VarDecl *CXXForRangeStmt::getLoopVariable() const {
829 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();