Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DSourceManager.cpp1960 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1965 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1967 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1970 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1971 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1982 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1983 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
1986 Loc = UpperLoc; in MoveUpIncludeHierarchy()