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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  109   CompilerType CopyType(ClangASTContext &dst, const CompilerType &src_type);

References

tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   76         clang_ast_importer->CopyType(*clang_ast_context, function_pointer_type);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  183       GetClangASTImporter().CopyType(m_ast, dwo_type);