Home | History | Annotate | Download | only in Analysis

Lines Matching refs:it

98   StringRef::iterator it = functionName.begin();
99 StringRef::iterator start = it;
104 for ( ; it != endI ; ++it) {
105 // Search for the first character. It can either be 'C' or 'c'.
106 char ch = *it;
109 if (ch == 'c' && it != start && isLetter(*(it - 1)))
112 ++it;
118 if (it == endI)
123 StringRef suffix = functionName.substr(it - start);
125 it += 5;
128 it += 3;
134 if (it == endI || !isLowercase(*it))
137 // If we matched a lowercase character, it isn't the end of the