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

/external/chromium_org/tools/gn/
H A Dcommand_format.cc69 void Newline();
112 void Printer::Newline() { function in class:commands::__anon16438::Printer
153 Newline();
160 Newline();
163 // Expr(), as are suffix() which are queued to the next Newline().
169 Newline();
173 Newline();
180 Newline();
197 Newline();
219 Newline();
[all...]
/external/clang/lib/Format/
H A DContinuationIndenter.h59 /// Puts the token on the current line if \p Newline is \c false and adds a
64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
74 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
77 void moveStatePastFakeLParens(LineState &State, bool Newline);
82 void moveStatePastScopeOpener(LineState &State, bool Newline);
H A DContinuationIndenter.cpp87 moveStateToNextToken(State, DryRun, /*Newline=*/false);
228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, argument
244 moveStateToNextToken(State, DryRun, /*Newline=*/false);
249 if (Newline)
254 return moveStateToNextToken(State, DryRun, Newline) + Penalty;
571 bool DryRun, bool Newline) {
581 State.Stack.back().LastOperatorWrapped = Newline;
585 State.Stack.back().LastOperatorWrapped = Newline;
633 if (State.Stack[State.Stack.size() - 2].JSFunctionInlined && Newline) {
641 State.Stack.back().JSFunctionInlined = !Newline;
570 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
677 moveStatePastFakeLParens(LineState &State, bool Newline) argument
801 moveStatePastScopeOpener(LineState &State, bool Newline) argument
[all...]
H A DFormat.cpp555 bool Newline = local
558 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
883 formatChildren(State, /*Newline=*/false, /*DryRun=*/false, Penalty);
884 Indenter->addTokenToState(State, /*Newline=*/false, DryRun);
/external/icu/icu4c/source/data/brkitr/
H A Dword.txt29 $Newline = [\p{Word_Break = Newline}];
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
H A Dword_POSIX.txt29 $Newline = [\p{Word_Break = Newline}];
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
/external/llvm/include/llvm/Support/
H A DRegex.h40 Newline=2, enumerator in enum:llvm::Regex::__anon25631
/external/llvm/lib/Support/
H A DRegex.cpp28 if (Flags & Newline)
/external/clang/lib/AST/
H A DCommentParser.cpp102 Token Newline = P.Tok; local
105 P.putBack(Newline);
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp418 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
/external/pcre/dist/
H A Dconfigure22259 Newline char/sequence ........... : ${enable_newline}

Completed in 2205 milliseconds