问题标签 [oclint]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
3 浏览

clang - 获取 VarDecl 声明的 CompoundStmt

我可以获得 VarDecl 声明的 CompoundStmt 吗?我阅读了文档形式 https://clang.llvm.org/doxygen/classclang_1_1VarDecl.html

但没有任何地方可以从 VarDecl 节点获取 CompoundStmt。