| 114 | } |
| 115 | |
| 116 | bool check(std::string FuncName, unsigned BIdx, unsigned IIdx, int OIdx, |
| 117 | const InputFilter &Filter) { |
| 118 | auto Node = generateASTIRNode(FuncName, BIdx, IIdx, OIdx); |
| 119 | return Node && Filter.start(*Node); |
| 120 | } |
| 121 | |
| 122 | bool check(std::string GlobalName, std::string FuncName, unsigned BIdx, |
| 123 | unsigned IIdx, const InputFilter &Filter) { |