Home | History | Annotate | Download | only in AST

Lines Matching defs:LV

813   Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl();
814 assert(LV && "No loop variable in CXXForRangeStmt");
815 return cast<VarDecl>(LV);