Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp104 static PresumedLoc PrintDifference(raw_ostream &OS, const SourceManager &SM, in PrintDifference() function
126 auto PrintedLoc = PrintDifference(OS, SM, SM.getExpansionLoc(Loc), Previous); in PrintDifference()
129 PrintedLoc = PrintDifference(OS, SM, SM.getSpellingLoc(Loc), PrintedLoc); in PrintDifference()
137 auto PrintedLoc = PrintDifference(OS, SM, B, {}); in print()
140 PrintDifference(OS, SM, E, PrintedLoc); in print()