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

References

lib/IR/LLVMContextImpl.h
  654     return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
  676       if (auto *CT = dyn_cast_or_null<DICompositeType>(Scope))
  678           return hash_combine(LinkageName, Scope);
  684     return hash_combine(Name, Scope, File, Type, Line);
  692     return isDeclarationOfODRMember(LHS.isDefinition(), LHS.Scope,