Searched refs:NumWhitespaceChars (Results 1 – 1 of 1) sorted by relevance
1309 unsigned NumWhitespaceChars = 0; in findLocationAfterToken() local1316 NumWhitespaceChars++; in findLocationAfterToken()1319 NumWhitespaceChars++; in findLocationAfterToken()1322 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars); in findLocationAfterToken()