Home
last modified time | relevance | path

Searched refs:TmpD (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp1352 Decl *TmpD = (*I); in ActOnPopScope() local
1353 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()