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

References

tools/dsymutil/DeclContext.cpp
   60     return PointerIntPair<DeclContext *, 1>(&Context);
   63     if ((Context.getTag() == dwarf::DW_TAG_namespace ||
   64          Context.getTag() == dwarf::DW_TAG_compile_unit) &&
  171   unsigned Hash = hash_combine(Context.getQualifiedNameHash(), Tag, NameRef);
  179   DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context);
  187                                     Context, DIE, U.getUniqueID());
  202        Context.getTag() != dwarf::DW_TAG_structure_type &&
  203        Context.getTag() != dwarf::DW_TAG_class_type) ||