Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp215 void AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc,
219 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord() function in __anonaeb9c90e0111::SDiagsWriter
221 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(), in AddLocToRecord()
345 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord() function in SDiagsWriter
365 AddLocToRecord(FullSourceLoc(Range.getBegin(), SM), Record); in AddCharSourceRangeToRecord()
371 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord()
653 AddLocToRecord(Loc, PLoc, Record); in EmitDiagnosticMessage()