Searched refs:Newline (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DRegex.h39 Newline=2, enumerator in enum:llvm::Regex::__anon2155
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h58 /// Puts the token on the current line if \p Newline is \c false and adds a
63 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
73 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
H A DContinuationIndenter.cpp87 moveStateToNextToken(State, DryRun, /*Newline=*/false);
203 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, argument
224 if (Newline)
229 return moveStateToNextToken(State, DryRun, Newline) + Penalty;
469 bool DryRun, bool Newline) {
468 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
H A DFormat.cpp366 bool Newline = local
369 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
607 Indenter->addTokenToState(State, /*Newline=*/false, DryRun);
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A Dparse.c28 extern void Newline(DviWidget);
172 Newline (dw);
H A Ddraw.c118 Newline (DviWidget dw) function
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DRegex.cpp28 if (Flags & Newline)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp102 Token Newline = P.Tok; local
105 P.putBack(Newline);

Completed in 214 milliseconds