Home
last modified time | relevance | path

Searched refs:m_decls (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp25 m_decls.clear(); in Clear()
42 m_decls.push_back(abbrevDeclaration); in Extract()
62 …std::for_each (m_decls.begin(), m_decls.end(), bind2nd(std::mem_fun_ref(&DWARFAbbreviationDeclarat… in Dump()
75 DWARFAbbreviationDeclarationCollConstIter end = m_decls.end(); in GetAbbreviationDeclaration()
76 for (pos = m_decls.begin(); pos != end; ++pos) in GetAbbreviationDeclaration()
85 if (idx < m_decls.size()) in GetAbbreviationDeclaration()
86 return &m_decls[idx]; in GetAbbreviationDeclaration()
101 dw_uleb128_t code = m_decls.size()+1; in AppendAbbrevDeclSequential()
104 m_decls.push_back(abbrevDecl); in AppendAbbrevDeclSequential()
107 m_decls.back().SetCode(code); in AppendAbbrevDeclSequential()
DDWARFDebugAbbrev.h32 m_decls() in DWARFAbbreviationDeclarationSet()
39 m_decls() in DWARFAbbreviationDeclarationSet()
54 std::vector<DWARFAbbreviationDeclaration> m_decls; variable
/external/lldb/include/lldb/Expression/
DClangASTSource.h431 …llvm::SmallVectorImpl<clang::NamedDecl*> &m_decls; ///< The list of declarations already … member
466 m_decls(decls), in NameSearchContext()
/external/lldb/source/Expression/
DClangASTSource.cpp1679 context.m_decls.push_back(copied_namespace_decl); in AddNamespace()
1725 m_decls.push_back(Decl); in AddVarDecl()
1801 m_decls.push_back(func_decl); in AddFunDecl()
1831 m_decls.push_back(typedef_name_decl); in AddTypeDecl()
1839 m_decls.push_back(tag_decl); in AddTypeDecl()
1847 m_decls.push_back((NamedDecl*)interface_decl); in AddTypeDecl()
1859 m_decls.push_back (decl); in AddLookupResult()
1865 m_decls.push_back (decl); in AddNamedDecl()