Searched refs:PrintDifference (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 106 static PresumedLoc PrintDifference(raw_ostream &OS, const SourceManager &SM, in PrintDifference() function 128 auto PrintedLoc = PrintDifference(OS, SM, SM.getExpansionLoc(Loc), Previous); in PrintDifference() 131 PrintedLoc = PrintDifference(OS, SM, SM.getSpellingLoc(Loc), PrintedLoc); in PrintDifference() 139 auto PrintedLoc = PrintDifference(OS, SM, B, {}); in print() 142 PrintDifference(OS, SM, E, PrintedLoc); in print()
|