Searched refs:UpperLoc (Results 1 – 1 of 1) sorted by relevance
1969 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1974 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1976 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1979 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1980 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1991 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local1992 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()1995 Loc = UpperLoc; in MoveUpIncludeHierarchy()