HomeSort by: relevance | last modified time | path
    Searched defs:InPPDirective (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 43 InPPDirective(Line.InPPDirective),
131 bool InPPDirective;
BreakableToken.h 234 BreakableToken(const FormatToken &Tok, bool InPPDirective,
236 : Tok(Tok), InPPDirective(InPPDirective), Encoding(Encoding),
240 const bool InPPDirective;
253 unsigned UnbreakableTailLength, bool InPPDirective,
293 bool InPPDirective, encoding::Encoding Encoding,
361 bool InPPDirective, encoding::Encoding Encoding,
439 bool InPPDirective, encoding::Encoding Encoding,
UnwrappedLineParser.h 47 bool InPPDirective;
309 : Level(0), InPPDirective(false), MustBeDeclaration(false),
BreakableToken.cpp 269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective,
271 : BreakableToken(Tok, InPPDirective, Encoding, Style),
292 Prefix, InPPDirective, 1, StartColumn);
296 unsigned StartColumn, bool InPPDirective,
299 : BreakableToken(Token, InPPDirective, Encoding, Style),
329 /*InPPDirective=*/false, /*Newlines=*/0, /*Spaces=*/1);
368 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective,
370 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style),
511 if (InPPDirective && Lines[LineIndex - 1].endswith("\\"))
627 PrefixWithTrailingIndent, InPPDirective, /*Newlines=*/1
    [all...]

Completed in 27 milliseconds