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

References

lib/IR/LLVMContextImpl.h
  439            Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
  453       if (auto *CT = dyn_cast_or_null<DICompositeType>(Scope))
  455           return hash_combine(Name, Scope);
  461     return hash_combine(Tag, Name, File, Line, Scope, BaseType, Flags);
  469     return isODRMember(LHS.Tag, LHS.Scope, LHS.Name, RHS);