Searched refs:isScope (Results 1 – 1 of 1) sorted by relevance
982 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function1115 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType()1158 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType()1304 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram()