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

Function Label

ASTHelpers.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280//-----------------------------------------------------------------------------
281
282LabelStmt* Label(std::string_view name)
283{
284 return new(GetGlobalAST()) LabelStmt({}, mkLabelDecl(name), nullptr);
285}
286//-----------------------------------------------------------------------------
287
288CompoundStmt* mkCompoundStmt(ArrayRef<Stmt*> bodyStmts, SourceLocation beginLoc, SourceLocation endLoc)

Callers 2

InsertArgMethod · 0.85
InsertArgMethod · 0.85

Calls 1

mkLabelDeclFunction · 0.85

Tested by

no test coverage detected