Searched refs:tokLen (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp256 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); local
257 AfterLoc = loc.getLocWithOffset(tokLen);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp830 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); local
831 if (tokLen == 0)
834 SourceLocation afterLoc = loc.getLocWithOffset(tokLen);

Completed in 42 milliseconds