================
@@ -1409,6 +1422,10 @@ class ASTContext : public RefCountedBase<ASTContext> {
/// with this AST context, if any.
ASTMutationListener *getASTMutationListener() const { return Listener; }
+ SemaProxy *getSemaProxy();
+
+ void setSemaProxy(std::unique_ptr<SemaProxy> Proxy);
+
----------------
zyn0217 wrote:
We might want to document these two functions (like what getASTMutationListener
has), as ASTContext is exposed to (out-of-tree) users.
https://github.com/llvm/llvm-project/pull/173537
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits