reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11473 while (DC) { 11476 if (auto *FD = dyn_cast<FunctionDecl>(DC)) 11480 if (DC == var->getDeclContext()) 11482 Prev = DC; 11483 DC = DC->getParent(); 11483 DC = DC->getParent(); 11487 DC = Prev; 11488 return (isa<BlockDecl>(DC) ? NCCK_Block : NCCK_Lambda);