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

  /external/clang/lib/AST/
RawCommentList.cpp 180 unsigned NumNewlines = 0;
194 ++NumNewlines;
198 if (NumNewlines > MaxNewlinesAllowed)
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 540 unsigned NumNewlines = 0;
546 ++NumNewlines;
555 if (NumNewlines == 0) return;
557 CurLine += NumNewlines;

Completed in 3040 milliseconds