HomeSort by relevance Sort by last modified time
    Searched refs:HasUnescapedNewline (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
FormatToken.cpp 148 while (ItemBegin->HasUnescapedNewline && ItemBegin->isTrailingComment())
173 if (ItemEnd->Next && !ItemEnd->Next->HasUnescapedNewline &&
FormatToken.h 102 : NewlinesBefore(0), HasUnescapedNewline(false), LastNewlineOffset(0),
128 bool HasUnescapedNewline;
Format.cpp 638 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) {
651 if (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline)
653 if (I + 2 != E && I[2]->InPPDirective && !I[2]->First->HasUnescapedNewline)
670 (I[1]->InPPDirective && I[1]->First->HasUnescapedNewline))
767 !I[1]->First->HasUnescapedNewline && !I[1]->First->is(tok::eof)) {
    [all...]
UnwrappedLineParser.cpp 95 bool eof() { return Token && Token->HasUnescapedNewline; }
794 } else if (FormatTok->HasUnescapedNewline && Text.size() >= 5 &&
    [all...]
TokenAnnotator.cpp 204 !CurrentToken->Next->HasUnescapedNewline &&
214 if (CurrentToken && CurrentToken->HasUnescapedNewline)
    [all...]

Completed in 55 milliseconds