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

/external/clang/lib/Format/
H A DContinuationIndenter.h61 /// Puts the token on the current line if \p Newline is \c false and adds a
66 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
76 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
79 void moveStatePastFakeLParens(LineState &State, bool Newline);
84 void moveStatePastScopeOpener(LineState &State, bool Newline);
H A DContinuationIndenter.cpp88 moveStateToNextToken(State, DryRun, /*Newline=*/false);
256 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, argument
278 moveStateToNextToken(State, DryRun, /*Newline=*/false);
283 if (Newline)
288 return moveStateToNextToken(State, DryRun, Newline) + Penalty;
667 bool DryRun, bool Newline) {
677 State.Stack.back().LastOperatorWrapped = Newline;
681 State.Stack.back().LastOperatorWrapped = Newline;
716 if (Current.isOneOf(TT_BinaryOperator, TT_ConditionalExpr) && Newline)
732 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline)
666 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
779 moveStatePastFakeLParens(LineState &State, bool Newline) argument
869 moveStatePastScopeOpener(LineState &State, bool Newline) argument
[all...]
H A DUnwrappedLineFormatter.cpp588 bool Newline = variable
592 formatChildren(State, Newline, /*DryRun=*/false, Penalty);
593 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
613 formatChildren(State, /*Newline=*/false, DryRun, Penalty);
614 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.h39 Newline=2, enumerator in enum:llvm::Regex::__anon12083
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h33 Newline, enumerator in enum:llvm::MIToken::TokenKind
142 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
H A DMIParser.cpp379 while (Token.is(MIToken::Newline))
398 else if (consumeIfPresent(MIToken::Newline)) {
495 } else if (consumeIfPresent(MIToken::Newline)) {
510 else if (consumeIfPresent(MIToken::Newline))
535 if (!Token.is(MIToken::Newline))
548 while (Token.is(MIToken::Newline))
H A DMILexer.cpp526 Token.reset(MIToken::Newline, Range.upto(C));
/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.cpp431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 225 milliseconds