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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  105   lldb::opaque_compiler_type_t CopyType(clang::ASTContext *dst_ctx,

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1810         copied_type = m_ast_importer_sp->CopyType(
tools/lldb/source/Symbol/ClangASTImporter.cpp
   96         lldb::opaque_compiler_type_t dst_clang_type = CopyType(
  362     result = CopyType(dst_ctx, src_ctx, type);