Home
last modified time | relevance | path

Searched refs:UpperLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Basic/
DSourceManager.cpp1968 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1973 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1975 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1978 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1979 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1990 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1991 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
1994 Loc = UpperLoc; in MoveUpIncludeHierarchy()