Lines Matching defs:DN
1985 for (const DINode *DN : SP->getRetainedNodes()) {
1986 const auto *LS = getRetainedNodeScope(DN);
1987 if (isa<DILocalVariable>(DN) || isa<DILabel>(DN)) {
1988 if (!Processed.insert(InlinedEntity(DN, nullptr)).second)
1992 createConcreteEntity(TheCU, *LexS, DN, nullptr);
1994 LocalDeclsPerLS[LS].insert(DN);
2571 for (const DINode *DN : SP->getRetainedNodes()) {
2572 const auto *LS = getRetainedNodeScope(DN);
2576 if (isa<DILocalVariable>(DN) || isa<DILabel>(DN)) {
2578 if (!Processed.insert(InlinedEntity(DN, nullptr)).second ||
2579 TheCU.getExistingAbstractEntity(DN))
2581 TheCU.createAbstractEntity(DN, LexS);
2584 LocalDeclsPerLS[LS].insert(DN);