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);
2314 for (const DINode *DN : SP->getRetainedNodes()) {
2315 const auto *LS = getRetainedNodeScope(DN);
2319 if (isa<DILocalVariable>(DN) || isa<DILabel>(DN)) {
2321 if (!Processed.insert(InlinedEntity(DN, nullptr)).second ||
2322 TheCU.getExistingAbstractEntity(DN))
2324 TheCU.createAbstractEntity(DN, LexS);
2327 LocalDeclsPerLS[LS].insert(DN);