Lines Matching refs:InPPDirective
146 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken() argument
148 : BreakableToken(Tok, IndentLevel, InPPDirective, Encoding, Style), in BreakableSingleLineToken()
157 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral() argument
160 InPPDirective, Encoding, Style) {} in BreakableStringLiteral()
182 Prefix, InPPDirective, 1, IndentLevel, LeadingSpaces); in insertBreak()
202 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineComment() argument
205 InPPDirective, Encoding, Style) { in BreakableLineComment()
230 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn); in insertBreak()
254 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() argument
256 : BreakableToken(Token, IndentLevel, InPPDirective, Encoding, Style) { in BreakableBlockComment()
334 if (InPPDirective && Lines[LineIndex - 1].endswith("\\")) in adjustWhitespace()
401 Tok, BreakOffsetInToken, CharsToRemove, "", Prefix, InPPDirective, 1, in insertBreak()
446 InPPDirective, 1, IndentLevel, in replaceWhitespaceBefore()