HomeSort by relevance Sort by last modified time
    Searched refs:InPPDirective (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 76 bool InPPDirective, encoding::Encoding Encoding,
78 : Tok(Tok), IndentLevel(IndentLevel), InPPDirective(InPPDirective),
83 const bool InPPDirective;
100 StringRef Postfix, bool InPPDirective,
122 StringRef Postfix, bool InPPDirective,
140 unsigned StartColumn, bool InPPDirective,
167 bool FirstInLine, bool InPPDirective,
WhitespaceManager.h 52 bool InPPDirective = false);
58 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
72 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
77 StringRef CurrentPrefix, bool InPPDirective,
107 /// \p StartOfTokenColumn and \p InPPDirective will be used to lay out
TokenAnnotator.h 42 InPPDirective(Line.InPPDirective),
86 bool InPPDirective;
UnwrappedLineParser.h 46 bool InPPDirective;
212 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}
BreakableToken.cpp 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
    [all...]
WhitespaceManager.cpp 49 bool InPPDirective) {
55 Tok.Tok.getKind(), InPPDirective && !Tok.IsFirst));
59 bool InPPDirective) {
65 InPPDirective && !Tok.IsFirst));
70 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective,
85 InPPDirective && !Tok.IsFirst));
Format.cpp 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) {
    [all...]
UnwrappedLineParser.cpp 66 Line.InPPDirective = true;
72 Line.InPPDirective = false;
134 Parser.Line->InPPDirective = PreBlockLine->InPPDirective;
265 /*MustBeDeclaration=*/ !Line->InPPDirective);
296 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1)))
    [all...]
ContinuationIndenter.cpp 423 State.Column, State.Line->InPPDirective);
    [all...]
TokenAnnotator.cpp 115 } else if (Line.InPPDirective &&
710 !Line.InPPDirective &&
    [all...]

Completed in 523 milliseconds