Searched refs:CopyType (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTImporter.cpp50 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, function in class:ClangASTImporter
63 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, function in class:ClangASTImporter
67 return CopyType (dst_ast, src_ast, QualType::getFromOpaquePtr(type)).getAsOpaquePtr();
128 lldb::clang_type_t result = CopyType(dst_ctx, src_ctx, type);
H A DClangASTContext.cpp1047 ClangASTContext::CopyType (ASTContext *dst_ast, function in class:ClangASTContext
/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h95 CopyType (clang::ASTContext *dst_ctx,
100 CopyType (clang::ASTContext *dst_ctx,
H A DClangASTContext.h197 CopyType(clang::ASTContext *dest_context,
/external/lldb/source/Expression/
H A DClangASTSource.cpp1693 QualType copied_qual_type = m_ast_importer->CopyType (m_ast_context, src_type.GetASTContext(), src_type.GetQualType());
H A DClangExpressionDeclMap.cpp1686 lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr());

Completed in 863 milliseconds