Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance
1975 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1980 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1982 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1985 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1986 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1997 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local1998 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()2001 Loc = UpperLoc; in MoveUpIncludeHierarchy()
1904 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1909 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1911 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1914 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1915 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1926 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local1927 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()1930 Loc = UpperLoc; in MoveUpIncludeHierarchy()