Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1929 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1934 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1936 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1939 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1940 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1951 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1952 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
1955 Loc = UpperLoc; in MoveUpIncludeHierarchy()