Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance
1898 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1903 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()1905 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()1908 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()1909 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1944 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy() local1945 if (UpperLoc.first.isInvalid() || in MoveUpTranslationUnitIncludeHierarchy()1946 !SM.isInTheSameTranslationUnitImpl(UpperLoc, Loc)) in MoveUpTranslationUnitIncludeHierarchy()1949 Loc = UpperLoc; in MoveUpTranslationUnitIncludeHierarchy()
2056 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local2059 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()