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