Searched defs:InPPDirective (Results 1 – 12 of 12) 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() 66 bool InPPDirective) { in addUntouchableToken() 79 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
|
| D | UnwrappedLineParser.h | 47 bool InPPDirective; member
|
| D | TokenAnnotator.h | 113 bool InPPDirective; variable
|
| D | UnwrappedLineFormatter.cpp | 297 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local 910 bool InPPDirective) { in formatFirstToken() 952 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
|
| /external/llvm-project/clang/lib/Format/ |
| D | BreakableToken.h | 234 BreakableToken(const FormatToken &Tok, bool InPPDirective, in BreakableToken() 240 const bool InPPDirective; variable
|
| D | BreakableToken.cpp | 267 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() 294 unsigned StartColumn, bool InPPDirective, in BreakableComment() 366 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() 753 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableLineCommentSection()
|
| D | WhitespaceManager.cpp | 49 bool IsAligned, bool InPPDirective) { in replaceWhitespace() 60 bool InPPDirective) { in addUntouchableToken() 77 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
|
| D | TokenAnnotator.h | 131 bool InPPDirective; variable
|
| D | UnwrappedLineParser.h | 47 bool InPPDirective; member
|
| D | UnwrappedLineFormatter.cpp | 471 bool InPPDirective = I[0]->InPPDirective; in tryMergeShortCaseLabels() local 1252 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
|