Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp1496 for (auto *TmpD : S->decls()) { in ActOnPopScope() local
1497 assert(TmpD && "This decl didn't get pushed??"); in ActOnPopScope()
1499 assert(isa<NamedDecl>(TmpD) && "Decl isn't NamedDecl?"); in ActOnPopScope()
1500 NamedDecl *D = cast<NamedDecl>(TmpD); in ActOnPopScope()