reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 1784   DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
lib/IR/AsmWriter.cpp
 1955   Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h
  641       : Scope(N->getRawScope()), Name(N->getRawName()),
  654     return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
  697     return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
  722     return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() &&
lib/IR/Verifier.cpp
 1103   AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
 1103   AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());