Searched refs:CopyType (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTImporter.cpp | 50 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()
|
| HD | ClangASTContext.cpp | 1047 ClangASTContext::CopyType (ASTContext *dst_ast, in CopyType() function in ClangASTContext
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangASTImporter.h | 95 CopyType (clang::ASTContext *dst_ctx, 100 CopyType (clang::ASTContext *dst_ctx,
|
| HD | ClangASTContext.h | 197 CopyType(clang::ASTContext *dest_context,
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangASTSource.cpp | 1703 …QualType copied_qual_type = m_ast_importer->CopyType (m_ast_context, src_type.GetASTContext(), src… in GuardedCopyType()
|
| HD | ClangExpressionDeclMap.cpp | 1773 …lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTCo… in ResolveUnknownTypes()
|