Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance
1919 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1924 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1926 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1929 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1930 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1983 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy() local1984 if (UpperLoc.first.isInvalid() || in MoveUpTranslationUnitIncludeHierarchy()1985 !SM.isInTheSameTranslationUnitImpl(UpperLoc, Loc)) in MoveUpTranslationUnitIncludeHierarchy()1988 Loc = UpperLoc; in MoveUpTranslationUnitIncludeHierarchy()
2110 auto UpperLoc = getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local2111 if (!UpperLoc) in eliminateRedundantStoresOfExistingValues()2115 auto OR = isOverwrite(UpperInst, DefInst, *UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()