[clang] [clang][ASTVisitor] Visit `HoldingVar` from `BindingDecl`. (PR #117858)
Clement Courbet via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 06:49:49 PST 2024
================
@@ -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) {
----------------
legrosbuffle wrote:
Not quite sure why I did this, thanks for the catch :)
https://github.com/llvm/llvm-project/pull/117858
More information about the cfe-commits
mailing list