Searched refs:TmpD (Results 1 – 1 of 1) sorted by relevance
1352 Decl *TmpD = (*I); in ActOnPopScope() local1353 assert(TmpD && "This decl didn't get pushed??"); in ActOnPopScope()1355 assert(isa<NamedDecl>(TmpD) && "Decl isn't NamedDecl?"); in ActOnPopScope()1356 NamedDecl *D = cast<NamedDecl>(TmpD); in ActOnPopScope()