Home | History | Annotate | Download | only in Format

Lines Matching refs:InPPDirective

146     StringRef Prefix, StringRef Postfix, bool InPPDirective,
148 : BreakableToken(Tok, IndentLevel, InPPDirective, Encoding, Style),
157 StringRef Prefix, StringRef Postfix, bool InPPDirective,
160 InPPDirective, Encoding, Style) {}
182 Prefix, InPPDirective, 1, IndentLevel, LeadingSpaces);
202 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style)
205 InPPDirective, Encoding, Style) {
228 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn);
236 "", /*InPPDirective=*/false, /*Newlines=*/0, /*IndentLevel=*/0,
245 /*InPPDirective=*/false,
253 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective,
255 : BreakableToken(Token, IndentLevel, InPPDirective, Encoding, Style) {
326 if (InPPDirective && Lines[LineIndex - 1].endswith("\\"))
393 Tok, BreakOffsetInToken, CharsToRemove, "", Prefix, InPPDirective, 1,
405 Tok, BreakOffsetInToken, CharsToRemove, "", "", /*InPPDirective=*/false,
439 InPPDirective, 1, IndentLevel,