Lines Matching defs:is_last
2276 /// @param is_last whether @p tu is the last translation unit or not.
2281 bool is_last)
2300 if (referenced_type_should_be_emitted(*i, ctxt, tu, is_last))
2307 if (referenced_type_should_be_emitted(*i, ctxt, tu, is_last))
2366 if (referenced_type_should_be_emitted(*i, ctxt, tu, is_last))
2381 /// @param is_last If true, it means the TU to emit is the last one of
2396 bool is_last)
2398 if (tu.is_empty() && !is_last)
2401 if (is_last
2431 if (tu.is_empty() && !is_last)
2469 write_referenced_types(ctxt, tu, indent, is_last);
2495 write_referenced_types(ctxt, tu, indent, is_last);