Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp244 bool is_declaration = false; in IndexUnitImpl() local
264 is_declaration = form_value.Unsigned() != 0; in IndexUnitImpl()
366 if (name && !is_declaration) in IndexUnitImpl()
368 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
386 if (!parent_is_class_type || !is_declaration) in IndexUnitImpl()
H A DDWARFASTParserClang.h345 bool is_declaration = false; member
H A DDWARFASTParserClang.cpp2719 is_declaration = form_value.Boolean(); in MemberAttributes()
2969 attrs.data_bit_offset == UINT64_MAX && attrs.is_declaration) { in ParseSingleMember()