Searched defs:isScope (Results 1 – 4 of 4) sorted by relevance
148 bool isScope() { return (storage_class & STCscope) != 0; } in isScope() function
141 bool isScope() const { return (storage_class & STCscope) != 0; } in isScope() function
479 final bool isScope() const pure nothrow @nogc @safe in isScope() function
920 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function