HomeSort by relevance Sort by last modified time
    Searched refs:InPPDirective (Results 1 - 12 of 12) 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,
UnwrappedLineFormatter.h 51 unsigned Indent, bool InPPDirective);
55 unsigned getColumnLimit(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,
106 /// \p StartOfTokenColumn and \p InPPDirective will be used to lay out
UnwrappedLineFormatter.cpp 58 if (Line.InPPDirective) {
78 !Line.InPPDirective)
173 if (TheLine->InPPDirective &&
174 (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline))
241 if (TheLine->InPPDirective &&
254 if (I + 2 != E && I[2]->InPPDirective && !I[2]->First->HasUnescapedNewline)
269 if (I[1]->InPPDirective != (*I)->InPPDirective ||
270 (I[1]->InPPDirective && I[1]->First->HasUnescapedNewline))
297 bool InPPDirective = I[0]->InPPDirective
    [all...]
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) {
230 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn);
238 "", /*InPPDirective=*/false, /*Newlines=*/0, /*IndentLevel=*/0,
246 /*InPPDirective=*/false
    [all...]
TokenAnnotator.h 43 InPPDirective(Line.InPPDirective),
113 bool InPPDirective;
UnwrappedLineParser.h 47 bool InPPDirective;
217 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}
WhitespaceManager.cpp 53 bool InPPDirective) {
60 InPPDirective && !Tok.IsFirst,
66 bool InPPDirective) {
72 Tok.Tok.getKind(), InPPDirective && !Tok.IsFirst,
79 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective,
88 InPPDirective && !Tok.IsFirst,
AffectedRangeManager.cpp 34 if (Line->InPPDirective) {
UnwrappedLineParser.cpp 67 Line.InPPDirective = true;
73 Line.InPPDirective = false;
131 Parser.Line->InPPDirective = PreBlockLine->InPPDirective;
258 !Line->InPPDirective && Style.Language != FormatStyle::LK_JavaScript;
299 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1)))
    [all...]
ContinuationIndenter.cpp 542 State.Column, State.Line->InPPDirective);
    [all...]
TokenAnnotator.cpp 163 } else if (Line.InPPDirective &&
178 } else if (!Line.MustBeDeclaration && !Line.InPPDirective) {
    [all...]

Completed in 656 milliseconds