Searched defs:InPPDirective (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 239 BreakableToken(const FormatToken & Tok,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style) BreakableToken() argument 245 const bool InPPDirective; global() variable
|
H A D | BreakableToken.cpp | 269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument 297 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteralUsingOperators() argument 410 unsigned StartColumn, bool InPPDirective, in BreakableComment() argument 482 BreakableBlockComment(const FormatToken & Token,unsigned StartColumn,unsigned OriginalStartColumn,bool FirstInLine,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style,bool UseCRLF) BreakableBlockComment() argument 864 BreakableLineCommentSection(const FormatToken & Token,unsigned StartColumn,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style) BreakableLineCommentSection() argument [all...] |
H A D | TokenAnnotator.h | 174 bool InPPDirective; global() variable
|
H A D | WhitespaceManager.cpp | 56 bool IsAligned, bool InPPDirective) { in replaceWhitespace() argument 67 bool InPPDirective) { in addUntouchableToken() argument 90 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken() argument
|
H A D | UnwrappedLineParser.h | 55 bool InPPDirective = false; global() member
|
H A D | UnwrappedLineFormatter.cpp | 669 bool InPPDirective = I[0]->InPPDirective; tryMergeShortCaseLabels() local 1582 getColumnLimit(bool InPPDirective,const AnnotatedLine * NextLine) const getColumnLimit() argument [all...] |