Lines Matching refs:InPPDirective
235 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument
237 : BreakableToken(Tok, InPPDirective, Encoding, Style), in BreakableStringLiteral()
258 Prefix, InPPDirective, 1, StartColumn); in insertBreak()
262 unsigned StartColumn, bool InPPDirective, in BreakableComment() argument
265 : BreakableToken(Token, InPPDirective, Encoding, Style), in BreakableComment()
334 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() argument
336 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment()
465 if (InPPDirective && Lines[LineIndex - 1].endswith("\\")) in adjustWhitespace()
582 PrefixWithTrailingIndent, InPPDirective, /*Newlines=*/1, in insertBreak()
629 /*CurrentPrefix=*/ReflowPrefix, InPPDirective, /*Newlines=*/0, in reflow()
679 InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size()); in adaptStartOfLine()
711 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableLineCommentSection() argument
713 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection()
830 Prefix[LineIndex], InPPDirective, /*Newlines=*/1, in insertBreak()