Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h241 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { CopyType() function
H A DSymbolFile.h586 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { CopyType() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp36 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter