Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1009 ClangExternalASTSourceCallbacks &to_source) { in RemapModule() argument
1014 from_source.GetIDForModule(module->Parent), from_source, to_source); in RemapModule()
1015 TypeSystemClang &to_ts = to_source.GetTypeSystem(); in RemapModule()
1033 auto *to_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in Imported() local
1035 if (from_source && to_source) { in Imported()
1038 RemapModule(from_id, *from_source, *to_source); in Imported()
1039 TypeSystemClang &to_ts = to_source->GetTypeSystem(); in Imported()