Searched refs:spellLoc (Results 1 – 2 of 2) sorted by relevance
253 SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc); in canInsertAfterToken() local254 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken()
829 SourceLocation spellLoc = SM.getSpellingLoc(loc); in isAtEndOfMacroExpansion() local830 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion()