Is function node ordinary function
| 154 | |
| 155 | /// Is function node ordinary function |
| 156 | bool isOrdinaryFunction() const { return kind == FunctionKind::ORDINARY; } |
| 157 | |
| 158 | /** Resolve function node as non aggregate function. |
| 159 | * It is important that function name is updated with resolved function name. |
no outgoing calls
no test coverage detected