================
@@ -143,6 +143,15 @@ const Formula &getFormula(const ValueDecl &D, const 
Environment &Env) {
   return cast<BoolValue>(Env.getValue(D))->formula();
 }
 
+const BindingDecl *findBindingDecl(const char *Name, ASTContext &ASTCtx) {
----------------
ymand wrote:

why place this parameter second (vs first, like findValueDecl)? I don't have a 
preference, just curious about the difference.

https://github.com/llvm/llvm-project/pull/117858
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to