| 15 | } |
| 16 | |
| 17 | void RDExtension::addNonStaticClassMethod(std::string FuncName) { |
| 18 | |
| 19 | NonStaticCXXMethod.insert(FuncName); |
| 20 | } |
| 21 | |
| 22 | bool RDExtension::isOutParam(const Argument &A) const { |
| 23 | if (!DirectionReport || !DirectionReport->has(A)) |
no outgoing calls