Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp255 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken() local
256 AfterLoc = loc.getLocWithOffset(tokLen); in canInsertAfterToken()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp899 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion() local
900 if (tokLen == 0) in isAtEndOfMacroExpansion()
903 SourceLocation afterLoc = loc.getLocWithOffset(tokLen); in isAtEndOfMacroExpansion()