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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp109 auto PrintedLoc = PrintDifference(OS, SM, SM.getExpansionLoc(Loc), Previous); local
112 PrintedLoc = PrintDifference(OS, SM, SM.getSpellingLoc(Loc), PrintedLoc);
114 return PrintedLoc;
120 auto PrintedLoc = PrintDifference(OS, SM, B, {}); local
123 PrintDifference(OS, SM, E, PrintedLoc);

Completed in 117 milliseconds