HomeSort by: relevance | last modified time | path
    Searched defs:isScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 141 bool isScope() const { return (storage_class & STCscope) != 0; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 920 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); }
1052 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1094 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1240 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());

Completed in 24 milliseconds