Home | History | Annotate | Download | only in Sema

Lines Matching defs:PrevInit

7973   const VarDecl* PrevInit = 0;
7987 if (VDecl->isStaticDataMember() && VDecl->getAnyInitializer(PrevInit)) {
7990 Diag(PrevInit->getLocation(), diag::note_previous_definition);