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()
296 unsigned StartColumn, bool InPPDirective, in BreakableComment() argument
299 : BreakableToken(Token, InPPDirective, Encoding, Style), in BreakableComment()
368 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() argument
370 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment()
512 if (InPPDirective && Lines[LineIndex - 1].endswith("\\")) in adjustWhitespace()
626 PrefixWithTrailingIndent, InPPDirective, /*Newlines=*/1, in insertBreak()
673 /*CurrentPrefix=*/ReflowPrefix, InPPDirective, /*Newlines=*/0, in reflow()
722 InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size()); in adaptStartOfLine()
752 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection() argument
754 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection()
925 Prefix[LineIndex], InPPDirective, /*Newlines=*/1, in insertBreak()