Searched refs:SpellLoc (Results 1 – 5 of 5) sorted by relevance
173 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat() local174 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc) in AvoidConcat()
1013 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() local1014 if (SpellLoc.isFileID()) in getImmediateMacroName()1020 if (SM.isInFileID(SpellLoc, MacroFID)) in getImmediateMacroName()1024 Loc = SpellLoc; in getImmediateMacroName()
1828 SourceLocation SpellLoc, in associateFileChunkWithMacroArgExp() argument1831 if (!SpellLoc.isFileID()) { in associateFileChunkWithMacroArgExp()1832 SourceLocation::UIntTy SpellBeginOffs = SpellLoc.getOffset(); in associateFileChunkWithMacroArgExp()1842 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()1872 assert(SpellLoc.isFileID()); in associateFileChunkWithMacroArgExp()1875 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()
1870 SourceLocation SpellLoc,
259 SourceLocation SpellLoc = Loc; in DiagnoseUnusedExprResult() local260 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()