reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 m_ast_importer_sp = m_target->GetClangASTImporter(); 136 m_ast_importer_sp->InstallMapCompleter(&ast_context, *this); 141 if (m_ast_importer_sp) 142 m_ast_importer_sp->ForgetDestination(m_ast_context); 159 if (m_ast_context != scratch_ast_context && m_ast_importer_sp) 160 m_ast_importer_sp->ForgetSource(scratch_ast_context, m_ast_context); 293 if (!m_ast_importer_sp) { 300 if (!m_ast_importer_sp->CompleteTagDecl(tag_decl)) { 316 m_ast_importer_sp->GetNamespaceMap(namespace_context); 359 if (m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, 403 if (m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, 431 if (!m_ast_importer_sp) { 450 if (m_ast_importer_sp->ResolveDeclOrigin(interface_decl, &original_decl, 458 m_ast_importer_sp->SetDeclOrigin(interface_decl, complete_iface_decl); 463 m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl); 534 } else if (!m_ast_importer_sp) 580 if (!m_ast_importer_sp->ResolveDeclOrigin(context_decl, &original_decl, 600 m_ast_importer_sp->SetDeclOrigin(context_decl, complete_iface_decl); 648 m_ast_importer_sp->RequireCompleteType(copied_field_type); 741 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer_sp ? 742 m_ast_importer_sp->GetNamespaceMap(namespace_context) : nullptr; 1186 m_ast_importer_sp->ResolveDeclOrigin(interface_decl, &original_decl, 1981 m_ast_importer_sp->RegisterNamespaceMap(copied_namespace_decl, 2008 if (m_ast_importer_sp) { 2009 return m_ast_importer_sp->CopyDecl(m_ast_context, &from_context, src_decl); 2035 if (m_ast_importer_sp) { 2036 return m_ast_importer_sp->ResolveDeclOrigin(decl, original_decl, 2063 if (m_ast_importer_sp) { 2065 m_ast_importer_sp->CopyType(m_ast_context, src_ast->getASTContext(),tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
215 if (m_ast_importer_sp) { 216 return TypeFromUser(m_ast_importer_sp->DeportType( 739 m_ast_importer_sp 740 ? m_ast_importer_sp->GetNamespaceMap(namespace_context) 1809 if (m_ast_importer_sp) { 1810 copied_type = m_ast_importer_sp->CopyType(