Searched refs:ContinuesPPDirective (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h107 bool ContinuesPPDirective);
122 bool ContinuesPPDirective; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp33 StringRef CurrentLinePrefix, tok::TokenKind Kind, bool ContinuesPPDirective)
39 ContinuesPPDirective(ContinuesPPDirective), IndentLevel(IndentLevel),
208 if (C.ContinuesPPDirective) {
225 assert(C.ContinuesPPDirective);
239 if (C.ContinuesPPDirective)
29 Change( bool CreateReplacement, const SourceRange &OriginalWhitespaceRange, unsigned IndentLevel, unsigned Spaces, unsigned StartOfTokenColumn, unsigned NewlinesBefore, StringRef PreviousLinePostfix, StringRef CurrentLinePrefix, tok::TokenKind Kind, bool ContinuesPPDirective) argument

Completed in 94 milliseconds