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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp216 RecordDataImpl &Record, unsigned TokSize = 0);
220 unsigned TokSize = 0) {
222 Record, TokSize);
343 RecordDataImpl &Record, unsigned TokSize) {
355 Record.push_back(PLoc.getColumn()+TokSize);
363 unsigned TokSize = 0; local
365 TokSize = Lexer::MeasureTokenLength(Range.getEnd(),
368 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); local
342 AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, RecordDataImpl &Record, unsigned TokSize) argument

Completed in 95 milliseconds