Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance
1920 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1925 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1927 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1930 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1931 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1982 FileIDAndOffset UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy() local1983 if (UpperLoc.first.isInvalid() || in MoveUpTranslationUnitIncludeHierarchy()1984 !SM.isInTheSameTranslationUnitImpl(UpperLoc, Loc)) in MoveUpTranslationUnitIncludeHierarchy()1987 Loc = UpperLoc; in MoveUpTranslationUnitIncludeHierarchy()
2297 auto UpperLoc = getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local2298 if (!UpperLoc) in eliminateRedundantStoresOfExistingValues()2302 auto OR = isOverwrite(UpperInst, DefInst, *UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()