Searched defs:InPPDirective (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | BreakableToken.h | 234 BreakableToken(const FormatToken &Tok, bool InPPDirective, in BreakableToken() 240 const bool InPPDirective; variable
|
H A D | BreakableToken.cpp | 269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() 296 unsigned StartColumn, bool InPPDirective, in BreakableComment() 368 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() 754 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection()
|
H A D | TokenAnnotator.h | 131 bool InPPDirective; variable
|
H A D | WhitespaceManager.cpp | 49 bool IsAligned, bool InPPDirective) { in replaceWhitespace() 60 bool InPPDirective) { in addUntouchableToken() 77 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
|
H A D | UnwrappedLineParser.h | 47 bool InPPDirective; member
|
H A D | UnwrappedLineFormatter.cpp | 517 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local 1332 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
|