Searched refs:AddLocToRecord (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 213 void AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, 217 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord() function in __anon66b521930111::SDiagsWriter 219 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(), in AddLocToRecord() 343 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord() function in SDiagsWriter 363 AddLocToRecord(FullSourceLoc(Range.getBegin(), SM), Record); in AddCharSourceRangeToRecord() 369 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord() 651 AddLocToRecord(Loc, PLoc, Record); in EmitDiagnosticMessage()
|