| 2495 | |
| 2496 | template<typename... Args> |
| 2497 | static bool IsStmtRequiringSemi(const Stmt* stmt) |
| 2498 | { |
| 2499 | return (... and not isa<Args>(stmt)); |
| 2500 | } |
| 2501 | //----------------------------------------------------------------------------- |
| 2502 | |
| 2503 | void CodeGenerator::HandleCompoundStmt(const CompoundStmt* stmt) |
nothing calls this directly
no outgoing calls
no test coverage detected