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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp217 RecordDataImpl &Record, unsigned TokSize = 0);
221 unsigned TokSize = 0) {
223 Record, TokSize);
347 RecordDataImpl &Record, unsigned TokSize) {
359 Record.push_back(PLoc.getColumn()+TokSize);
367 unsigned TokSize = 0; local
369 TokSize = Lexer::MeasureTokenLength(Range.getEnd(),
372 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); local
346 AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, RecordDataImpl &Record, unsigned TokSize) argument

Completed in 105 milliseconds