| 407 | } |
| 408 | |
| 409 | FunctionDecl* Function(std::string_view name, QualType returnType, const params_vector& parameters) |
| 410 | { |
| 411 | return FunctionBase(name, returnType, parameters, GetGlobalAST().getTranslationUnitDecl()); |
| 412 | } |
| 413 | //----------------------------------------------------------------------------- |
| 414 | |
| 415 | auto* mkStdFunctionDecl(std::string_view name, QualType returnType, const params_vector& parameters) |
no test coverage detected