Searched refs:m_ast_importer (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp30 m_ast_importer->ForgetDestination(m_ast_context);
45 m_ast_importer->ForgetSource(scratch_ast_context, m_ast_context);
190 if (!m_ast_importer->CompleteTagDecl (tag_decl))
204 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
253 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
292 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
319 m_ast_importer->CompleteObjCInterfaceDecl (interface_decl);
414 if (!m_ast_importer->ResolveDeclOrigin(context_decl, &original_decl, &original_ctx))
432 m_ast_importer->SetDeclOrigin(context_decl, original_iface_decl);
466 Decl *copied_decl = m_ast_importer
[all...]
H A DClangExpressionDeclMap.cpp201 TypeFromUser user_type(m_ast_importer->DeportType(context,
241 TypeFromUser user_type(m_ast_importer->DeportType(context,
898 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
1247 Decl *parser_ptype_decl = m_ast_importer->CopyDecl(m_ast_context, scratch_ast_context, ptype_type_decl);
1773 lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr());
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h55 m_ast_importer = m_target->GetClangASTImporter();
78 m_ast_importer->InstallMapCompleter(ast_context, *this);
417 ClangASTImporter *m_ast_importer; ///< The target's AST importer. member in class:lldb_private::ClangASTSource

Completed in 63 milliseconds