Searched defs:CopyType (Results 1 - 2 of 2) 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

Completed in 67 milliseconds