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

Method InsertTemplateGuardEnd

CodeGenerator.cpp:1578–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576//-----------------------------------------------------------------------------
1577
1578void CodeGenerator::InsertTemplateGuardEnd(const FunctionDecl* stmt)
1579{
1580 if(stmt->isTemplateInstantiation() and stmt->isFunctionTemplateSpecialization()) {
1581 mOutputFormatHelper.InsertEndIfTemplateGuard();
1582 }
1583}
1584//-----------------------------------------------------------------------------
1585
1586void CodeGenerator::InsertArg(const CoroutineBodyStmt* stmt)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected