reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.h641 : 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());