HomeSort by relevance Sort by last modified time
    Searched defs:InPPDirective (Results 1 - 4 of 4) 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,
TokenAnnotator.h 43 InPPDirective(Line.InPPDirective),
113 bool InPPDirective;
UnwrappedLineParser.h 47 bool InPPDirective;
217 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}
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...]

Completed in 485 milliseconds