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

  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 174 (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline))
242 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) {
254 if (I + 2 != E && I[2]->InPPDirective && !I[2]->First->HasUnescapedNewline)
270 (I[1]->InPPDirective && I[1]->First->HasUnescapedNewline))
410 !I[1]->First->HasUnescapedNewline && !I[1]->First->is(tok::eof)) {
    [all...]
FormatToken.cpp 173 while (ItemBegin->HasUnescapedNewline && ItemBegin->isTrailingComment()) {
202 if (ItemEnd->Next && !ItemEnd->Next->HasUnescapedNewline &&
FormatToken.h 126 bool HasUnescapedNewline = false;
UnwrappedLineParser.cpp 95 bool eof() { return Token && Token->HasUnescapedNewline; }
    [all...]
Format.cpp     [all...]
TokenAnnotator.cpp 228 !CurrentToken->Next->HasUnescapedNewline &&
247 if (CurrentToken && CurrentToken->HasUnescapedNewline)
    [all...]

Completed in 3330 milliseconds