Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1276 ClangExternalASTSourceCallbacks &from_source, in RemapModule() argument
1280 clang::Module *module = from_source.getModule(from_id.GetValue()); in RemapModule()
1282 from_source.GetIDForModule(module->Parent), from_source, to_source); in RemapModule()
1298 auto *from_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in Imported() local
1303 if (from_source && to_source) { in Imported()
1306 RemapModule(from_id, *from_source, *to_source); in Imported()