Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp126 uint64_t StartOfLocationInfo = OS.tell(); in HandleDiagnostic() local
139 DiagMessageStream.str(), OS.tell() - StartOfLocationInfo, in HandleDiagnostic()
H A DTextDiagnostic.cpp667 uint64_t StartOfLocationInfo = OS.tell(); in emitDiagnosticMessage() local
680 Message, OS.tell() - StartOfLocationInfo, in emitDiagnosticMessage()