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

/openbsd-current/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h80 /// Puts the token on the current line if \p Newline is \c false and adds a
85 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
95 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
98 void moveStatePastFakeLParens(LineState &State, bool Newline);
103 void moveStatePastScopeOpener(LineState &State, bool Newline);
115 bool DryRun, bool Newline);
120 bool DryRun, bool AllowBreak, bool Newline);
H A DContinuationIndenter.cpp276 moveStateToNextToken(State, DryRun, /*Newline=*/false);
606 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, argument
632 moveStateToNextToken(State, DryRun, /*Newline=*/false);
637 if (Newline)
642 return moveStateToNextToken(State, DryRun, Newline) + Penalty;
1332 bool DryRun, bool Newline) {
1347 CurrentState.LastOperatorWrapped = Newline;
1350 CurrentState.LastOperatorWrapped = Newline;
1353 CurrentState.LastOperatorWrapped = Newline;
1421 if (Current.isOneOf(TT_BinaryOperator, TT_ConditionalExpr) && Newline)
1331 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
1494 moveStatePastFakeLParens(LineState &State, bool Newline) argument
1617 moveStatePastScopeOpener(LineState &State, bool Newline) argument
1845 reformatRawStringLiteral( const FormatToken &Current, LineState &State, const FormatStyle &RawStringStyle, bool DryRun, bool Newline) argument
2009 handleEndOfLine(const FormatToken &Current, LineState &State, bool DryRun, bool AllowBreak, bool Newline) argument
[all...]
H A DUnwrappedLineFormatter.cpp1069 bool Newline =
1073 formatChildren(State, Newline, /*DryRun=*/false, Penalty);
1074 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
1097 State, /*Newline=*/State.NextToken->MustBreakBefore, DryRun);
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRegex.h39 Newline = 2,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h31 Newline, enumerator in enum:llvm::MIToken::TokenKind
199 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
H A DMIParser.cpp791 while (Token.is(MIToken::Newline))
810 else if (consumeIfPresent(MIToken::Newline)) {
925 } else if (consumeIfPresent(MIToken::Newline)) {
939 if (consumeIfPresent(MIToken::Newline))
964 if (!Token.is(MIToken::Newline))
993 while (Token.is(MIToken::Newline))
H A DMILexer.cpp684 Token.reset(MIToken::Newline, Range.upto(C));
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp171 const char *Newline = "\n"; local
174 (void)!::write(2, Newline, strlen(Newline));
H A DRegex.cpp35 if (Flags & Newline)
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp492 const char *Newline = findNewline(BufferPtr, CommentEnd);
493 StringRef Line(BufferPtr, Newline - BufferPtr);
501 TextEnd = Newline;
502 NextLine = skipNewline(Newline, CommentEnd);
557 const char *Newline = findNewline(BufferPtr, CommentEnd);
558 StringRef Text(BufferPtr, Newline - BufferPtr);
559 formTokenWithChars(T, Newline, tok::verbatim_line_text);
H A DCommentParser.cpp101 Token Newline = P.Tok; local
104 P.putBack(Newline);
/openbsd-current/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp666 bool Newline = false; local
673 for (unsigned Col = 1; InputFilePtr != InputFileEnd && !Newline; ++Col) {
687 Newline = true;
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp116 {"Newline", llvm::Regex::RegexFlags::Newline},
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DWB.pl22 B C Newline
35 85 Newline
461 2028 2029 Newline
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp377 std::string toString(FragsInMemMap::const_iterator It, bool Newline = true) {
386 if (Newline)
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmk_invlists.pl2329 # Newline. This also has the effect of: Any �� (Format | Extend | ZWJ)
2372 # WB3b �� (Newline | CR | LF)
2373 # WB3a (Newline | CR | LF) ��
2375 for my $i ('CR', 'LF', 'Newline', 'Perl_Tailored_HSpace') {
2385 for my $i ('CR', 'LF', 'Newline', 'Perl_Tailored_HSpace') {
2386 for my $j ('CR', 'LF', 'Newline', 'Perl_Tailored_HSpace') {
2489 _Perl_WB,Perl_Tailored_HSpace,EDGE,UNKNOWN,CR,Double_Quote,E_Base,E_Base_GAZ,E_Modifier,Extend,Glue_After_Zwj,Hebrew_Letter,LF,MidNumLet,Newline,Regional_Indicator,Single_Quote,ZWJ,ExtPict_XX,ExtPict_LE
/openbsd-current/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1295 unsigned int Flags = Regex::Newline;

Completed in 265 milliseconds