reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 switch (Tag) { 92 else if (Tag == dwarf::DW_TAG_namespace) 102 if (Tag != dwarf::DW_TAG_class_type && Tag != dwarf::DW_TAG_structure_type && 102 if (Tag != dwarf::DW_TAG_class_type && Tag != dwarf::DW_TAG_structure_type && 103 Tag != dwarf::DW_TAG_union_type && 104 Tag != dwarf::DW_TAG_enumeration_type && NameRef.empty()) 121 if (Tag != dwarf::DW_TAG_namespace || !Name) { 129 if (!Name && Tag == dwarf::DW_TAG_namespace) 171 unsigned Hash = hash_combine(Context.getQualifiedNameHash(), Tag, NameRef); 175 if (Tag == dwarf::DW_TAG_namespace && NameRef == "(anonymous namespace)") 179 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); 186 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, 191 } else if (Tag != dwarf::DW_TAG_namespace && 201 if ((Tag == dwarf::DW_TAG_subprogram && 204 (Tag == dwarf::DW_TAG_union_type))