Lines Matching refs:InPPDirective

269     StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective,  in BreakableStringLiteral()  argument
271 : BreakableToken(Tok, InPPDirective, Encoding, Style), in BreakableStringLiteral()
292 Prefix, InPPDirective, 1, StartColumn); in insertBreak()
297 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteralUsingOperators() argument
304 UnbreakableTailLength, InPPDirective, Encoding, Style), in BreakableStringLiteralUsingOperators()
383 /*CurrentPrefix=*/Prefix, InPPDirective, /*NewLines=*/1, in insertBreak()
401 /*CurrentPrefix=*/LeftBraceQuote, InPPDirective, /*NewLines=*/0, in updateAfterBroken()
406 /*CurrentPrefix=*/"", InPPDirective, /*NewLines=*/0, /*Spaces=*/0); in updateAfterBroken()
410 unsigned StartColumn, bool InPPDirective, in BreakableComment() argument
413 : BreakableToken(Token, InPPDirective, Encoding, Style), in BreakableComment()
482 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() argument
484 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment()
626 if (InPPDirective && Lines[LineIndex - 1].ends_with("\\")) in adjustWhitespace()
738 PrefixWithTrailingIndent, InPPDirective, /*Newlines=*/1, in insertBreak()
785 /*CurrentPrefix=*/ReflowPrefix, InPPDirective, /*Newlines=*/0, in reflow()
834 InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size()); in adaptStartOfLine()
864 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection() argument
866 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection()
1037 Prefix[LineIndex], InPPDirective, /*Newlines=*/1, in insertBreak()