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.cpp1654 int tag_decl_kind = -1; in ParseStructureLikeDIE() local
1657 tag_decl_kind = llvm::to_underlying(clang::TagTypeKind::Struct); in ParseStructureLikeDIE()
1660 tag_decl_kind = llvm::to_underlying(clang::TagTypeKind::Union); in ParseStructureLikeDIE()
1663 tag_decl_kind = llvm::to_underlying(clang::TagTypeKind::Class); in ParseStructureLikeDIE()
1781 assert(tag_decl_kind != -1); in ParseStructureLikeDIE()
1782 UNUSED_IF_ASSERT_DISABLED(tag_decl_kind); in ParseStructureLikeDIE()
1811 attrs.name.GetCString(), tag_decl_kind, template_param_infos); in ParseStructureLikeDIE()
1827 tag_decl_kind, template_param_infos); in ParseStructureLikeDIE()
1840 attrs.name.GetCString(), tag_decl_kind, attrs.class_language, in ParseStructureLikeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1076 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind,
H A DTypeSystemClang.cpp8849 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind, in ParseClassTemplateDecl() argument
8858 template_basename.c_str(), tag_decl_kind, in ParseClassTemplateDecl()