Searched refs:tokLen (Results 1 – 2 of 2) sorted by relevance
255 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken() local256 AfterLoc = loc.getLocWithOffset(tokLen); in canInsertAfterToken()
899 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion() local900 if (tokLen == 0) in isAtEndOfMacroExpansion()903 SourceLocation afterLoc = loc.getLocWithOffset(tokLen); in isAtEndOfMacroExpansion()