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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp87 static PresumedLoc PrintDifference(raw_ostream &OS, const SourceManager &SM, function
109 auto PrintedLoc = PrintDifference(OS, SM, SM.getExpansionLoc(Loc), Previous);
112 PrintedLoc = PrintDifference(OS, SM, SM.getSpellingLoc(Loc), PrintedLoc);
120 auto PrintedLoc = PrintDifference(OS, SM, B, {});
123 PrintDifference(OS, SM, E, PrintedLoc);

Completed in 115 milliseconds