Home | History | Annotate | Download | only in Basic

Lines Matching defs:NumLines

103     /// NumLines - The number of lines in this ContentCache.  This is only valid
105 unsigned NumLines;
164 SourceLineCache(0), NumLines(0) {}
168 SourceLineCache(0), NumLines(0) {}
184 NumLines = RHS.NumLines;