Searched defs:getLoopVariable (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp834 VarDecl *CXXForRangeStmt::getLoopVariable() { function in class:CXXForRangeStmt
840 const VarDecl *CXXForRangeStmt::getLoopVariable() const { function in class:CXXForRangeStmt
841 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();

Completed in 95 milliseconds