Searched refs:SpellLoc (Results 1 – 4 of 4) sorted by relevance
165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat() local166 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc) in AvoidConcat()
976 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() local977 if (SpellLoc.isFileID()) in getImmediateMacroName()983 if (SM.isInFileID(SpellLoc, MacroFID)) in getImmediateMacroName()987 Loc = SpellLoc; in getImmediateMacroName()
1832 SourceLocation SpellLoc, in associateFileChunkWithMacroArgExp() argument1835 if (!SpellLoc.isFileID()) { in associateFileChunkWithMacroArgExp()1836 unsigned SpellBeginOffs = SpellLoc.getOffset(); in associateFileChunkWithMacroArgExp()1846 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()1877 assert(SpellLoc.isFileID()); in associateFileChunkWithMacroArgExp()1880 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()
1640 SourceLocation SpellLoc,