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