MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Comment

Function Comment

ASTHelpers.cpp:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

InsertCoroutineMethod · 0.85
InsertArgMethod · 0.85
InsertDtorCallMethod · 0.85
InsertCXXMethodDeclMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected