Home
last modified time | relevance | path

Searched defs:CopyType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp55 clang::QualType ClangASTImporter::CopyType(clang::ASTContext *dst_ast, in CopyType() function in ClangASTImporter
67 ClangASTImporter::CopyType(clang::ASTContext *dst_ast, in CopyType() function in ClangASTImporter
74 CompilerType ClangASTImporter::CopyType(ClangASTContext &dst_ast, in CopyType() function in ClangASTImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp3213 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local