/external/clang/lib/Format/ |
H A D | ContinuationIndenter.h | 61 /// 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 D | ContinuationIndenter.cpp | 88 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 D | UnwrappedLineFormatter.cpp | 588 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 D | word.txt | 29 $Newline = [\p{Word_Break = Newline}]; 99 [^$CR $LF $Newline]? ($Extend | $Format)+; 189 ($Format | $Extend)* [^$CR $LF $Newline]?;
|
H A D | word_POSIX.txt | 29 $Newline = [\p{Word_Break = Newline}]; 99 [^$CR $LF $Newline]? ($Extend | $Format)+; 189 ($Format | $Extend)* [^$CR $LF $Newline]?;
|
/external/llvm/include/llvm/Support/ |
H A D | Regex.h | 39 Newline=2, enumerator in enum:llvm::Regex::__anon12083
|
/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.h | 33 Newline, enumerator in enum:llvm::MIToken::TokenKind 142 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
|
H A D | MIParser.cpp | 379 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 D | MILexer.cpp | 526 Token.reset(MIToken::Newline, Range.upto(C));
|
/external/llvm/lib/Support/ |
H A D | Regex.cpp | 28 if (Flags & Newline)
|
/external/clang/lib/AST/ |
H A D | CommentParser.cpp | 102 Token Newline = P.Tok; local 105 P.putBack(Newline);
|
/external/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-ios.jar | META-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ... |