Home | History | Annotate | Download | only in libclang

Lines Matching refs:SpellLoc

2861   SourceLocation SpellLoc = Loc;
2862 if (SpellLoc.isMacroID()) {
2863 SourceLocation SimpleSpellingLoc = SM.getImmediateSpellingLoc(SpellLoc);
2866 SpellLoc = SimpleSpellingLoc;
2868 SpellLoc = SM.getExpansionLoc(SpellLoc);
2871 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);