Searched refs:TokSize (Results 1 – 2 of 2) sorted by relevance
214 RecordDataImpl &Record, unsigned TokSize = 0);218 unsigned TokSize = 0) { in AddLocToRecord() argument220 Record, TokSize); in AddLocToRecord()344 RecordDataImpl &Record, unsigned TokSize) { in AddLocToRecord() argument356 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()364 unsigned TokSize = 0; in AddCharSourceRangeToRecord() local366 TokSize = Lexer::MeasureTokenLength(Range.getEnd(), in AddCharSourceRangeToRecord()369 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord()
865 unsigned TokSize = 0; in emitDiagnosticLoc() local867 TokSize = Lexer::MeasureTokenLength(E, SM, LangOpts); in emitDiagnosticLoc()872 << EF.getLineNumber() << ':' << (EF.getColumnNumber() + TokSize) in emitDiagnosticLoc()