Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp214 RecordDataImpl &Record, unsigned TokSize = 0);
218 unsigned TokSize = 0) { in AddLocToRecord() argument
220 Record, TokSize); in AddLocToRecord()
344 RecordDataImpl &Record, unsigned TokSize) { in AddLocToRecord() argument
356 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()
364 unsigned TokSize = 0; in AddCharSourceRangeToRecord() local
366 TokSize = Lexer::MeasureTokenLength(Range.getEnd(), in AddCharSourceRangeToRecord()
369 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord()
H A DTextDiagnostic.cpp865 unsigned TokSize = 0; in emitDiagnosticLoc() local
867 TokSize = Lexer::MeasureTokenLength(E, SM, LangOpts); in emitDiagnosticLoc()
872 << EF.getLineNumber() << ':' << (EF.getColumnNumber() + TokSize) in emitDiagnosticLoc()