================ @@ -145,12 +146,17 @@ class ExternalASTSource : public RefCountedBase<ExternalASTSource> { /// Find all declarations with the given name in the given context, /// and add them to the context by calling SetExternalVisibleDeclsForName /// or SetNoExternalVisibleDeclsForName. + /// \param NamedModule, when this is set the external module local + /// declarations within the same module of \param NamedModule will be found + /// too. The \param NamedModule may be different than the owning module of + /// \param DC since the same namespace can appear in multiple module units. ---------------- Michael137 wrote:
Great thanks! That all makes sense to me now https://github.com/llvm/llvm-project/pull/122887 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits