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()
772 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion() local773 if (tokLen == 0) in isAtEndOfMacroExpansion()777 SourceLocation afterLoc = loc.getLocWithOffset(tokLen+1); in isAtEndOfMacroExpansion()