OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumNewlines
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
RawCommentList.cpp
239
unsigned
NumNewlines
= 0;
253
++
NumNewlines
;
257
if (
NumNewlines
> MaxNewlinesAllowed)
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
539
unsigned
NumNewlines
= 0;
545
++
NumNewlines
;
554
if (
NumNewlines
== 0) return;
556
CurLine +=
NumNewlines
;
Completed in 78 milliseconds