Searched refs:NumWhitespaceChars (Results 1 – 2 of 2) sorted by relevance
1089 size_t NumWhitespaceChars = Rest.find_first_not_of(" \t"); in getIndentationForLine() local1090 return NumWhitespaceChars == StringRef::npos in getIndentationForLine()1092 : Rest.take_front(NumWhitespaceChars); in getIndentationForLine()1282 unsigned NumWhitespaceChars = 0; in findLocationAfterToken() local1288 NumWhitespaceChars++; in findLocationAfterToken()1295 NumWhitespaceChars++; in findLocationAfterToken()1297 NumWhitespaceChars++; in findLocationAfterToken()1301 return TokenLoc.getLocWithOffset(Tok->getLength() + NumWhitespaceChars); in findLocationAfterToken()
1216 unsigned NumWhitespaceChars = 0; in findLocationAfterToken() local1223 NumWhitespaceChars++; in findLocationAfterToken()1230 NumWhitespaceChars++; in findLocationAfterToken()1232 NumWhitespaceChars++; in findLocationAfterToken()1236 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars); in findLocationAfterToken()