Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp1858 unsigned TokOffset = *TokOffsetPtr; in handleDiagnostic() local
1867 Loc = Loc.getLocWithOffset(Offset - TokOffset); in handleDiagnostic()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp614 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble() local
618 if (MaxLineOffset && TokOffset >= MaxLineOffset) in ComputePreamble()