Lines Matching defs:For
471 auto &For = *(Tokens.end() - 2);
473 if (For->isNot(tok::kw_for))
480 For->setType(TT_ForEachMacro);
481 For->Tok.setKind(tok::kw_for);
483 For->TokenText = StringRef(For->TokenText.begin(),
484 Each->TokenText.end() - For->TokenText.begin());
485 For->ColumnWidth += Each->ColumnWidth;
1020 // For example:
1453 // For Verilog, first see if there is a special token, and fall back to the
1459 // For formatting, treat unterminated string literals like normal string