Lines Matching defs:InPPDirective
269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective,
271 : BreakableToken(Tok, InPPDirective, Encoding, Style),
292 Prefix, InPPDirective, 1, StartColumn);
297 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective,
304 UnbreakableTailLength, InPPDirective, Encoding, Style),
383 /*CurrentPrefix=*/Prefix, InPPDirective, /*NewLines=*/1,
401 /*CurrentPrefix=*/LeftBraceQuote, InPPDirective, /*NewLines=*/0,
406 /*CurrentPrefix=*/"", InPPDirective, /*NewLines=*/0, /*Spaces=*/0);
410 unsigned StartColumn, bool InPPDirective,
413 : BreakableToken(Token, InPPDirective, Encoding, Style),
443 /*InPPDirective=*/false, /*Newlines=*/0, /*Spaces=*/1);
482 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective,
484 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style),
626 if (InPPDirective && Lines[LineIndex - 1].ends_with("\\"))
738 PrefixWithTrailingIndent, InPPDirective, /*Newlines=*/1,
785 /*CurrentPrefix=*/ReflowPrefix, InPPDirective, /*Newlines=*/0,
834 InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size());
865 const FormatToken &Token, unsigned StartColumn, bool InPPDirective,
867 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) {
1038 Prefix[LineIndex], InPPDirective, /*Newlines=*/1,
1064 /*InPPDirective=*/false);
1087 /*InPPDirective=*/false,
1100 /*InPPDirective=*/false,
1133 /*InPPDirective=*/false);
1141 /*ReplaceChars=*/SpacesToRemove, "", "", /*InPPDirective=*/false,