reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
   61   ImporterDelegateSP delegate_sp(GetDelegate(dst_ast, src_ast));
  112   delegate_sp = GetDelegate(dst_ast, src_ast);
  277       : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx),
  642       GetDelegate(&decl->getASTContext(), decl_origin.ctx));
  662       GetDelegate(&decl->getASTContext(), origin_ast_ctx));
  689       GetDelegate(&interface_decl->getASTContext(), decl_origin.ctx));
  715         GetDelegate(&tag_decl->getASTContext(), decl_origin.ctx));
  748           GetDelegate(&objc_interface_decl->getASTContext(), decl_origin.ctx));
 1093           m_master.GetDelegate(&to->getASTContext(), origin_iter->second.ctx);