Home
last modified time | relevance | path

Searched defs:InPPDirective (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Format/
DBreakableToken.h76 bool InPPDirective, encoding::Encoding Encoding, in BreakableToken()
83 const bool InPPDirective; variable
DBreakableToken.cpp146 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken()
157 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral()
202 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineComment()
254 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment()
DWhitespaceManager.cpp53 bool InPPDirective) { in replaceWhitespace()
66 bool InPPDirective) { in addUntouchableToken()
79 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
DUnwrappedLineParser.h47 bool InPPDirective; member
DTokenAnnotator.h113 bool InPPDirective; variable
DUnwrappedLineFormatter.cpp297 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local
910 bool InPPDirective) { in formatFirstToken()
952 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()