Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.h76 bool InPPDirective, encoding::Encoding Encoding, in BreakableToken()
83 const bool InPPDirective; variable
DWhitespaceManager.cpp49 bool InPPDirective) { in replaceWhitespace()
59 bool InPPDirective) { in addUntouchableToken()
70 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
DBreakableToken.cpp146 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()
DTokenAnnotator.h86 bool InPPDirective; variable
DUnwrappedLineParser.h46 bool InPPDirective; member
DFormat.cpp993 unsigned Indent, bool InPPDirective) { in formatFirstToken()