Searched refs:m_declaration (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h23 : m_type_sp(), m_die(), m_declaration(),
30 : m_type_sp(type_sp), m_die(die), m_declaration(decl),
35 m_declaration(rhs.m_declaration), m_byte_size(rhs.m_byte_size) {}
43 m_declaration = rhs.m_declaration;
51 lldb_private::Declaration m_declaration; member in class:UniqueDWARFASTType
H A DUniqueDWARFASTType.cpp24 if (udt.m_declaration == decl) {
H A DDWARFASTParserClang.cpp1640 unique_ast_entry_up->m_declaration = unique_decl;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h44 const Declaration &GetDeclaration() const { return m_declaration; }
123 Declaration m_declaration; member in class:lldb_private::Variable
H A DFunction.h118 Declaration m_declaration; ///< Information describing where this function member in class:lldb_private::FunctionInfo
364 /// be declared at a specific location (FunctionInfo::m_declaration), possibly
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp30 : m_name(name), m_declaration(decl_ptr) {}
33 : m_name(name), m_declaration(decl_ptr) {}
40 m_declaration.Dump(s, show_fullpaths);
48 return Declaration::Compare(a.m_declaration, b.m_declaration);
51 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; }
54 return m_declaration;
60 return m_name.MemorySize() + m_declaration.MemorySize();
H A DVariable.cpp47 m_declaration(decl_ptr), m_location(location), m_external(external),
148 m_declaration.Dump(s, show_fullpaths);
199 if (m_declaration.DumpStopContext(s, false))

Completed in 232 milliseconds