Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance
1964 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1969 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1971 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1974 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1975 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1986 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local1987 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()1990 Loc = UpperLoc; in MoveUpIncludeHierarchy()
2010 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local2013 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()