Lines Matching refs:InPPDirective
637 if (TheLine->InPPDirective &&
651 if (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline)
653 if (I + 2 != E && I[2]->InPPDirective && !I[2]->First->HasUnescapedNewline)
669 if (I[1]->InPPDirective != (*I)->InPPDirective ||
670 (I[1]->InPPDirective && I[1]->First->HasUnescapedNewline))
766 if (I[0]->InPPDirective && I + 1 != E &&
823 if (TheLine.InPPDirective) {
867 Indent, TheLine.InPPDirective);
876 if (NextLine->InPPDirective && !NextLine->First->HasUnescapedNewline)
877 ColumnLimit = getColumnLimit(TheLine.InPPDirective);
895 if (!TheLine.InPPDirective)
911 TheLine.InPPDirective);
913 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
919 if (Tok->isNot(tok::comment) && !TheLine.InPPDirective)
922 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
993 unsigned Indent, bool InPPDirective) {
1022 Indent, InPPDirective &&
1054 unsigned getColumnLimit(bool InPPDirective) const {
1056 return Style.ColumnLimit - (InPPDirective ? 2 : 0);
1244 /*StartOfTokenColumn=*/State.Column, State.Line->InPPDirective);
1761 if (Line->InPPDirective) {