Lines Matching defs:For
467 auto &For = *(Tokens.end() - 2);
469 if (For->isNot(tok::kw_for))
476 For->setType(TT_ForEachMacro);
477 For->Tok.setKind(tok::kw_for);
479 For->TokenText = StringRef(For->TokenText.begin(),
480 Each->TokenText.end() - For->TokenText.begin());
481 For->ColumnWidth += Each->ColumnWidth;
1017 // For example:
1421 // For Verilog, first see if there is a special token, and fall back to the
1427 // For formatting, treat unterminated string literals like normal string