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

References

lib/IR/LLVMContextImpl.h
  437     return Tag == RHS->getTag() && Name == RHS->getRawName() &&
  452     if (Tag == dwarf::DW_TAG_member && Name)
  461     return hash_combine(Tag, Name, File, Line, Scope, BaseType, Flags);
  469     return isODRMember(LHS.Tag, LHS.Scope, LHS.Name, RHS);