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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1877 SourceLocation UpperLoc;
1882 UpperLoc = Entry.getExpansion().getExpansionLocStart();
1884 UpperLoc = Entry.getFile().getIncludeLoc();
1887 if (UpperLoc.isValid())
1888 DecompLoc = getDecomposedLoc(UpperLoc);
1899 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); local
1900 if (UpperLoc.first.isInvalid())
1903 Loc = UpperLoc;

Completed in 109 milliseconds