Searched refs:PrintDifference (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 88 static PresumedLoc PrintDifference(raw_ostream &OS, const SourceManager &SM, in PrintDifference() function 110 auto PrintedLoc = PrintDifference(OS, SM, SM.getExpansionLoc(Loc), Previous); in PrintDifference() 113 PrintedLoc = PrintDifference(OS, SM, SM.getSpellingLoc(Loc), PrintedLoc); in PrintDifference() 121 auto PrintedLoc = PrintDifference(OS, SM, B, {}); in print() 124 PrintDifference(OS, SM, E, PrintedLoc); in print()
|