Searched refs:to_source (Results 1 – 1 of 1) sorted by relevance
1044 ClangExternalASTSourceCallbacks &to_source) { in RemapModule() argument1049 from_source.GetIDForModule(module->Parent), from_source, to_source); in RemapModule()1050 TypeSystemClang &to_ts = to_source.GetTypeSystem(); in RemapModule()1068 auto *to_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in Imported() local1070 if (from_source && to_source) { in Imported()1073 RemapModule(from_id, *from_source, *to_source); in Imported()1074 TypeSystemClang &to_ts = to_source->GetTypeSystem(); in Imported()