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

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

Completed in 356 milliseconds