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

Function IsStmtRequiringSemi

CodeGenerator.cpp:2497–2500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2495
2496template<typename... Args>
2497static bool IsStmtRequiringSemi(const Stmt* stmt)
2498{
2499 return (... and not isa<Args>(stmt));
2500}
2501//-----------------------------------------------------------------------------
2502
2503void CodeGenerator::HandleCompoundStmt(const CompoundStmt* stmt)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected