reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 while (PPEnd != E && !(*PPEnd)->First->HasUnescapedNewline) {
tools/clang/lib/Format/FormatToken.cpp186 while (ItemBegin->HasUnescapedNewline && ItemBegin->isTrailingComment()) { 215 if (ItemEnd->Next && !ItemEnd->Next->HasUnescapedNewline &&tools/clang/lib/Format/FormatTokenLexer.cpp
534 String->HasUnescapedNewline = Macro->HasUnescapedNewline; 534 String->HasUnescapedNewline = Macro->HasUnescapedNewline; 661 FormatTok->HasUnescapedNewline = !EscapesNewline(i - 1);tools/clang/lib/Format/TokenAnnotator.cpp
335 !CurrentToken->Next->HasUnescapedNewline && 362 if (CurrentToken && CurrentToken->HasUnescapedNewline) 2212 if (!Current->HasUnescapedNewline) { 2219 Parameter->HasUnescapedNewline) 3068 (Right.NewlinesBefore > 0 && Right.HasUnescapedNewline); 3108 return Right.HasUnescapedNewline;tools/clang/lib/Format/UnwrappedLineFormatter.cpp
208 (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline)) 405 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { 417 if (I + 2 != E && I[2]->InPPDirective && !I[2]->First->HasUnescapedNewline) 435 (I[1]->InPPDirective && I[1]->First->HasUnescapedNewline)) 662 !I[1]->First->HasUnescapedNewline && !I[1]->First->is(tok::eof)) { 1203 if (RootToken.IsFirst && !RootToken.HasUnescapedNewline) 1220 (!PreviousLine->InPPDirective || !RootToken.HasUnescapedNewline)) 1240 !RootToken.HasUnescapedNewline); 1256 !NextLine->First->HasUnescapedNewline));tools/clang/lib/Format/UnwrappedLineParser.cpp
120 return Token && Token->HasUnescapedNewline && 2495 return (Line->InPPDirective || FormatTok.HasUnescapedNewline) && 2705 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) {