Home | History | Annotate | Download | only in Sema

Lines Matching refs:SpellingLoc

1948   SourceLocation SpellingLoc = Loc;
1950 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).first;
1951 SpellingLoc = getSourceManager().getSpellingLoc(SpellingLoc);
1952 if (SpellingLoc.isValid() && getSourceManager().isInSystemHeader(SpellingLoc))