reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3033 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
lib/IR/AsmWriter.cpp 2196 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h1078 : Tag(N->getTag()), Scope(N->getRawScope()), Entity(N->getRawEntity()), 1082 return Tag == RHS->getTag() && Scope == RHS->getRawScope() &&lib/IR/Verifier.cpp
1309 if (auto *S = N.getRawScope())