Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTImporter.cpp50 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, in CopyType() function in ClangASTImporter
63 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, in CopyType() function in ClangASTImporter
67 return CopyType (dst_ast, src_ast, QualType::getFromOpaquePtr(type)).getAsOpaquePtr(); in CopyType()
128 lldb::clang_type_t result = CopyType(dst_ctx, src_ctx, type); in DeportType()
HDClangASTContext.cpp1047 ClangASTContext::CopyType (ASTContext *dst_ast, in CopyType() function in ClangASTContext
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTImporter.h95 CopyType (clang::ASTContext *dst_ctx,
100 CopyType (clang::ASTContext *dst_ctx,
HDClangASTContext.h197 CopyType(clang::ASTContext *dest_context,
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1703 …QualType copied_qual_type = m_ast_importer->CopyType (m_ast_context, src_type.GetASTContext(), src… in GuardedCopyType()
HDClangExpressionDeclMap.cpp1773 …lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTCo… in ResolveUnknownTypes()