reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2057 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
lib/IR/AsmWriter.cpp 2007 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h779 : Scope(N->getRawScope()), Name(N->getRawName()), 783 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&lib/IR/Verifier.cpp
1184 if (auto *S = N.getRawScope())