Home | History | Annotate | Download | only in Frontend

Lines Matching refs:col

107     unsigned col = bytesSincePreviousTabOrLineBegin(SourceLine, *i);
108 unsigned NumSpaces = TabStop - col%TabStop;
928 if (StartColNo) --StartColNo; // Zero base the col #.
936 --EndColNo; // Zero base the col #.