Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h234 BreakableToken(const FormatToken &Tok, bool InPPDirective, in BreakableToken()
240 const bool InPPDirective; variable
H A DBreakableToken.cpp269 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 DTokenAnnotator.h131 bool InPPDirective; variable
H A DWhitespaceManager.cpp49 bool IsAligned, bool InPPDirective) { in replaceWhitespace()
60 bool InPPDirective) { in addUntouchableToken()
77 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
H A DUnwrappedLineParser.h47 bool InPPDirective; member
H A DUnwrappedLineFormatter.cpp517 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local
1332 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()