Searched refs:NumWhitespaceChars (Results 1 – 1 of 1) sorted by relevance
1173 size_t NumWhitespaceChars = Rest.find_first_not_of(" \t"); in getIndentationForLine() local1174 return NumWhitespaceChars == StringRef::npos in getIndentationForLine()1176 : Rest.take_front(NumWhitespaceChars); in getIndentationForLine()1367 unsigned NumWhitespaceChars = 0; in findLocationAfterToken() local1373 NumWhitespaceChars++; in findLocationAfterToken()1380 NumWhitespaceChars++; in findLocationAfterToken()1382 NumWhitespaceChars++; in findLocationAfterToken()1386 return TokenLoc.getLocWithOffset(Tok->getLength() + NumWhitespaceChars); in findLocationAfterToken()