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

  /external/lldb/source/Symbol/
ClangASTImporter.cpp 1 //===-- ClangASTImporter.cpp ------------------------------------*- C++ -*-===//
17 #include "lldb/Symbol/ClangASTImporter.h"
50 ClangASTImporter::CopyType (clang::ASTContext *dst_ast,
63 ClangASTImporter::CopyType (clang::ASTContext *dst_ast,
71 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast,
95 log->Printf(" [ClangASTImporter] WARNING: Failed to import a %s '%s', metadata 0x%" PRIx64,
100 log->Printf(" [ClangASTImporter] WARNING: Failed to import a %s, metadata 0x%" PRIx64,
113 ClangASTImporter::DeportType (clang::ASTContext *dst_ctx,
140 ClangASTImporter::DeportDecl (clang::ASTContext *dst_ctx,
147 log->Printf(" [ClangASTImporter] DeportDecl called on (%sDecl*)%p from (ASTContext*)%p to (ASTContex*)%p"
    [all...]
Android.mk 17 ClangASTImporter.cpp \
  /external/lldb/include/lldb/Expression/
ClangASTSource.h 17 #include "lldb/Symbol/ClangASTImporter.h"
37 public ClangASTImporter::MapCompleter
212 void CompleteNamespaceMap (ClangASTImporter::NamespaceMapSP &namespace_map,
214 ClangASTImporter::NamespaceMapSP &parent_map) const;
222 ClangASTImporter::NamespaceMapSP &namespace_decls);
417 ClangASTImporter *m_ast_importer; ///< The target's AST importer.
432 ClangASTImporter::NamespaceMapSP m_namespace_map; ///< The mapping of all namespaces found for this request back to their modules
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 1 //===-- ClangASTImporter.h --------------------------------------*- C++ -*-===//
86 class ClangASTImporter
89 ClangASTImporter () :
245 Minion (ClangASTImporter &master,
283 ClangASTImporter &m_master;
  /external/lldb/source/Expression/
ClangASTSource.cpp 204 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
215 for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end();
517 context.m_namespace_map.reset(new ClangASTImporter::NamespaceMap);
521 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
532 for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end();
796 DeclFromUser<D> GetOrigin(ClangASTImporter *importer);
804 DeclFromParser<D> Import(ClangASTImporter *importer, ASTContext &dest_ctx);
809 DeclFromParser<D>::GetOrigin(ClangASTImporter *importer)
820 DeclFromUser<D>::Import(ClangASTImporter *importer, ASTContext &dest_ctx)
833 ClangASTImporter *ast_importer
    [all...]
ClangExpressionDeclMap.cpp 823 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
834 for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end();
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 964 ClangASTImporter *
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 48 class ClangASTImporter;
  /external/lldb/source/Target/
Target.cpp     [all...]

Completed in 376 milliseconds