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;