Searched refs:tokLen (Results 1 – 2 of 2) sorted by relevance
252 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken() local253 AfterLoc = loc.getLocWithOffset(tokLen); in canInsertAfterToken()
810 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion() local811 if (tokLen == 0) in isAtEndOfMacroExpansion()814 SourceLocation afterLoc = loc.getLocWithOffset(tokLen); in isAtEndOfMacroExpansion()