Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTMerger.h104 void AddSources(llvm::ArrayRef<ImporterSource> Sources);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp314 AddSources(Sources); in ExternalASTMerger()
317 void ExternalASTMerger::AddSources(llvm::ArrayRef<ImporterSource> Sources) { in AddSources() function in ExternalASTMerger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp125 scratch_ast_context->GetMergerUnchecked().AddSources(sources); in InstallASTContext()
H A DClangExpressionDeclMap.cpp272 merger.AddSources(importer_source); in ExportAllDeclaredTypes()