HomeSort by relevance Sort by last modified time
    Searched defs:InPPDirective (Results 1 - 3 of 3) 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 42 InPPDirective(Line.InPPDirective),
86 bool InPPDirective;
UnwrappedLineParser.h 46 bool InPPDirective;
212 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}

Completed in 410 milliseconds