reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 Locations.insert(std::make_pair(S, L)); 92 if (!S && L) { 93 S = L->getScope(); 94 L = L->getInlinedAt(); 94 L = L->getInlinedAt(); 99 L = LocB->getInlinedAt(); 101 if (Locations.count(std::make_pair(S, L))) 104 if (!S && L) { 105 S = L->getScope(); 106 L = L->getInlinedAt(); 106 L = L->getInlinedAt(); 114 return DILocation::get(Result->getContext(), 0, 0, S, L);