Searched defs:InPPDirective (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Format/ |
D | BreakableToken.h | 76 bool InPPDirective, encoding::Encoding Encoding, in BreakableToken() 83 const bool InPPDirective; variable
|
D | WhitespaceManager.cpp | 49 bool InPPDirective) { in replaceWhitespace() 59 bool InPPDirective) { in addUntouchableToken() 70 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
|
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() 253 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment()
|
D | TokenAnnotator.h | 86 bool InPPDirective; variable
|
D | UnwrappedLineParser.h | 46 bool InPPDirective; member
|
D | Format.cpp | 993 unsigned Indent, bool InPPDirective) { in formatFirstToken()
|