Searched defs:Newline (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DRegex.h39 Newline=2, enumerator in enum:llvm::Regex::__anon10285
/external/clang/lib/Format/
H A DContinuationIndenter.cpp88 moveStateToNextToken(State, DryRun, /*Newline=*/false);
241 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, argument
263 moveStateToNextToken(State, DryRun, /*Newline=*/false);
268 if (Newline)
273 return moveStateToNextToken(State, DryRun, Newline) + Penalty;
609 bool DryRun, bool Newline) {
619 State.Stack.back().LastOperatorWrapped = Newline;
623 State.Stack.back().LastOperatorWrapped = Newline;
665 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) {
676 !Newline
608 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
713 moveStatePastFakeLParens(LineState &State, bool Newline) argument
803 moveStatePastScopeOpener(LineState &State, bool Newline) argument
[all...]
H A DUnwrappedLineFormatter.cpp314 bool Newline = local
317 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
425 formatChildren(State, /*Newline=*/false, DryRun, Penalty);
426 Indenter->addTokenToState(State, /*Newline=*/false, DryRun);
/external/clang/lib/AST/
H A DCommentParser.cpp102 Token Newline = P.Tok; local
105 P.putBack(Newline);

Completed in 165 milliseconds