Searched defs:InPPDirective (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Format/ |
D | BreakableToken.h | 76 bool InPPDirective, encoding::Encoding Encoding, in BreakableToken() 83 const bool InPPDirective; variable
|
D | BreakableToken.cpp | 146 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()
|
D | WhitespaceManager.cpp | 53 bool InPPDirective) { in replaceWhitespace() 64 bool InPPDirective) { in addUntouchableToken() 76 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
|
D | UnwrappedLineParser.h | 47 bool InPPDirective; member
|
D | TokenAnnotator.h | 105 bool InPPDirective; variable
|
D | UnwrappedLineFormatter.cpp | 297 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local 906 bool InPPDirective) { in formatFirstToken() 948 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
|