Searched refs:SpellLoc (Results 1 – 5 of 5) sorted by relevance
169 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat() local170 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc) in AvoidConcat()
988 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() local989 if (SpellLoc.isFileID()) in getImmediateMacroName()995 if (SM.isInFileID(SpellLoc, MacroFID)) in getImmediateMacroName()999 Loc = SpellLoc; in getImmediateMacroName()
325 SourceLocation SpellLoc = SourceLocation::getFromRawEncoding(SpellingLoc); in getSpellingLoc() local326 return SpellLoc.isInvalid() ? getExpansionLocStart() : SpellLoc; in getSpellingLoc()1796 SourceLocation SpellLoc,
1802 SourceLocation SpellLoc, in associateFileChunkWithMacroArgExp() argument1805 if (!SpellLoc.isFileID()) { in associateFileChunkWithMacroArgExp()1806 unsigned SpellBeginOffs = SpellLoc.getOffset(); in associateFileChunkWithMacroArgExp()1816 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()1846 assert(SpellLoc.isFileID()); in associateFileChunkWithMacroArgExp()1849 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()
240 SourceLocation SpellLoc = Loc; in DiagnoseUnusedExprResult() local241 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()