Searched defs:InPPDirective (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 236 BreakableToken(const FormatToken &Tok, bool InPPDirective, in BreakableToken() 242 const bool InPPDirective; variable
|
H A D | BreakableToken.cpp | 269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() 297 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteralUsingOperators() 410 unsigned StartColumn, bool InPPDirective, in BreakableComment() 482 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() 864 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection()
|
H A D | WhitespaceManager.cpp | 56 bool IsAligned, bool InPPDirective) { in replaceWhitespace() 67 bool InPPDirective) { in addUntouchableToken() 90 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken() 1263 const bool InPPDirective = C.ContinuesPPDirective; in alignEscapedNewlines() local
|
H A D | TokenAnnotator.h | 175 bool InPPDirective; variable
|
H A D | UnwrappedLineParser.h | 46 bool InPPDirective = false; member
|
H A D | UnwrappedLineFormatter.cpp | 674 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local 1593 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
|