Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTMerger.h113 void RemoveSources(llvm::ArrayRef<ImporterSource> Sources);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp325 void ExternalASTMerger::RemoveSources(llvm::ArrayRef<ImporterSource> Sources) { in RemoveSources() function in ExternalASTMerger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp276 merger.RemoveSources(importer_source); in ExportAllDeclaredTypes()