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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  111   clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx,

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 2009     return m_ast_importer_sp->CopyDecl(m_ast_context, &from_context, src_decl);
tools/lldb/source/Symbol/ClangASTImporter.cpp
  389     result = CopyDecl(dst_ctx, src_ctx, decl);