| 510 | //----------------------------------------------------------------------------- |
| 511 | |
| 512 | Stmt* Comment(std::string_view comment) |
| 513 | { |
| 514 | return new(GetGlobalAST()) CppInsightsCommentStmt{comment}; |
| 515 | } |
| 516 | //----------------------------------------------------------------------------- |
| 517 | |
| 518 | CXXRecordDecl* Struct(std::string_view name) |
no outgoing calls
no test coverage detected