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