Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDeclVendor.h64 virtual clang::ExternalASTMerger::ImporterSource GetImporterSource() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h29 clang::ExternalASTMerger::ImporterSource GetImporterSource() override;
H A DAppleObjCDeclVendor.cpp656 AppleObjCDeclVendor::GetImporterSource() { in GetImporterSource() function in AppleObjCDeclVendor
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp85 clang::ExternalASTMerger::ImporterSource GetImporterSource() override;
539 ClangModulesDeclVendorImpl::GetImporterSource() { in GetImporterSource() function in ClangModulesDeclVendorImpl
H A DClangASTSource.cpp105 sources.push_back(runtime_decl_vendor->GetImporterSource()); in InstallASTContext()
115 sources.push_back(modules_decl_vendor->GetImporterSource()); in InstallASTContext()