Searched refs:NextLine (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
H A DUnwrappedLineFormatter.cpp814 const AnnotatedLine *NextLine = nullptr; local
821 Line; Line = NextLine) {
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine);
891 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
949 const AnnotatedLine *NextLine) const {
956 (!NextLine ||
957 (NextLine->InPPDirective &&
960 !NextLine->First->HasUnescapedNewline));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1041 char NextLine = '\n'; local
1045 NextLine = ' ';
1049 dbgs() << '\t' << header << ": " << NextLine; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2041 const char *NextLine = CurPtr; local
2077 CurPtr = NextLine;

Completed in 42 milliseconds