Home | History | Annotate | Download | only in Sema

Lines Matching defs:SpellingLoc

1951   SourceLocation SpellingLoc = Loc;
1953 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).first;
1954 SpellingLoc = getSourceManager().getSpellingLoc(SpellingLoc);
1955 if (SpellingLoc.isValid() && getSourceManager().isInSystemHeader(SpellingLoc))