Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1013 ClangExternalASTSourceCallbacks &to_source) { in RemapModule() argument
1018 from_source.GetIDForModule(module->Parent), from_source, to_source); in RemapModule()
1019 TypeSystemClang &to_ts = to_source.GetTypeSystem(); in RemapModule()
1037 auto *to_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in Imported() local
1039 if (from_source && to_source) { in Imported()
1042 RemapModule(from_id, *from_source, *to_source); in Imported()
1043 TypeSystemClang &to_ts = to_source->GetTypeSystem(); in Imported()