HomeSort by relevance Sort by last modified time
    Searched refs:m_ast_importer (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Expression/
ClangASTSource.cpp 30 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);
410 if (!m_ast_importer->ResolveDeclOrigin(context_decl, &original_decl, &original_ctx))
428 m_ast_importer->SetDeclOrigin(context_decl, original_iface_decl);
462 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, original_ctx, decl)
    [all...]
ClangExpressionDeclMap.cpp 200 TypeFromUser user_type(m_ast_importer->DeportType(context,
240 TypeFromUser user_type(m_ast_importer->DeportType(context,
823 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
    [all...]
  /external/lldb/include/lldb/Expression/
ClangASTSource.h 55 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 437 milliseconds