reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
873 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), 873 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), 874 "location requires a valid scope", &N, N.getRawScope()); 874 "location requires a valid scope", &N, N.getRawScope()); 875 if (auto *IA = N.getRawInlinedAt()) 876 AssertDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA); 877 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) 878 AssertDI(SP->isDefinition(), "scope points into the type hierarchy", &N);