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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h38 m_declaration (),
53 m_declaration (decl),
63 m_declaration (rhs.m_declaration),
81 m_declaration = rhs.m_declaration;
91 lldb_private::Declaration m_declaration; member in class:UniqueDWARFASTType
H A DUniqueDWARFASTType.cpp41 if (pos->m_declaration == decl)
H A DSymbolFileDWARF.cpp6191 unique_ast_entry.m_declaration = decl;
/external/lldb/include/lldb/Symbol/
H A DVariable.h55 return m_declaration;
172 Declaration m_declaration; // Declaration location for this item. member in class:lldb_private::Variable
H A DFunction.h147 Declaration m_declaration; ///< Information describing where this function information was defined. member in class:lldb_private::FunctionInfo
314 /// location (FunctionInfo::m_declaration), possibly have mangled
/external/lldb/source/Symbol/
H A DFunction.cpp31 m_declaration(decl_ptr)
38 m_declaration(decl_ptr)
52 m_declaration.Dump(s, show_fullpaths);
63 return Declaration::Compare(a.m_declaration, b.m_declaration);
70 return m_declaration;
76 return m_declaration;
88 return m_name.MemorySize() + m_declaration.MemorySize();
H A DVariable.cpp54 m_declaration(decl_ptr),
134 m_declaration.Dump(s, show_fullpaths);
188 if (m_declaration.DumpStopContext (s, false))

Completed in 141 milliseconds