Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DBreakableToken.h76 bool InPPDirective, encoding::Encoding Encoding, in BreakableToken()
83 const bool InPPDirective; variable
DWhitespaceManager.cpp50 bool InPPDirective) { in replaceWhitespace()
60 bool InPPDirective) { in addUntouchableToken()
71 StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, in replaceWhitespaceInToken()
DBreakableToken.cpp150 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken()
161 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral()
192 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineComment()
243 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment()
DTokenAnnotator.h85 bool InPPDirective; variable
DUnwrappedLineParser.h46 bool InPPDirective; member
DFormat.cpp715 unsigned Indent, bool InPPDirective) { in formatFirstToken()