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.cpp231 bool is_declaration = false; in IndexUnitImpl() local
251 is_declaration = form_value.Unsigned() != 0; in IndexUnitImpl()
353 if (name && !is_declaration) in IndexUnitImpl()
355 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
H A DDWARFASTParserClang.h302 bool is_declaration = false; member
H A DDWARFASTParserClang.cpp2613 is_declaration = form_value.Boolean(); in MemberAttributes()
2863 attrs.data_bit_offset == UINT64_MAX && attrs.is_declaration) { in ParseSingleMember()