Home
last modified time | relevance | path

Searched refs:NumWhitespaceChars (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Lex/
DLexer.cpp1089 size_t NumWhitespaceChars = Rest.find_first_not_of(" \t"); in getIndentationForLine() local
1090 return NumWhitespaceChars == StringRef::npos in getIndentationForLine()
1092 : Rest.take_front(NumWhitespaceChars); in getIndentationForLine()
1282 unsigned NumWhitespaceChars = 0; in findLocationAfterToken() local
1288 NumWhitespaceChars++; in findLocationAfterToken()
1295 NumWhitespaceChars++; in findLocationAfterToken()
1297 NumWhitespaceChars++; in findLocationAfterToken()
1301 return TokenLoc.getLocWithOffset(Tok->getLength() + NumWhitespaceChars); in findLocationAfterToken()
/external/clang/lib/Lex/
DLexer.cpp1216 unsigned NumWhitespaceChars = 0; in findLocationAfterToken() local
1223 NumWhitespaceChars++; in findLocationAfterToken()
1230 NumWhitespaceChars++; in findLocationAfterToken()
1232 NumWhitespaceChars++; in findLocationAfterToken()
1236 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars); in findLocationAfterToken()