Home
last modified time | relevance | path

Searched refs:tag_decl_kind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1703 int tag_decl_kind = -1; in ParseStructureLikeDIE() local
1706 tag_decl_kind = llvm::to_underlying(clang::TagTypeKind::Struct); in ParseStructureLikeDIE()
1709 tag_decl_kind = llvm::to_underlying(clang::TagTypeKind::Union); in ParseStructureLikeDIE()
1712 tag_decl_kind = llvm::to_underlying(clang::TagTypeKind::Class); in ParseStructureLikeDIE()
1759 assert(tag_decl_kind != -1); in ParseStructureLikeDIE()
1760 UNUSED_IF_ASSERT_DISABLED(tag_decl_kind); in ParseStructureLikeDIE()
1786 attrs.name.GetCString(), tag_decl_kind, template_param_infos); in ParseStructureLikeDIE()
1802 tag_decl_kind, template_param_infos); in ParseStructureLikeDIE()
1813 attrs.name.GetCString(), tag_decl_kind, attrs.class_language, &metadata, in ParseStructureLikeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1097 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind,
H A DTypeSystemClang.cpp9035 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind, in ParseClassTemplateDecl() argument
9044 template_basename.c_str(), tag_decl_kind, in ParseClassTemplateDecl()