Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp67 Expected<unsigned> MaybeSubBlockID = Stream.ReadSubBlockID(); in readDiagnostics() local
68 if (!MaybeSubBlockID) { in readDiagnostics()
70 consumeError(MaybeSubBlockID.takeError()); in readDiagnostics()
74 switch (MaybeSubBlockID.get()) { in readDiagnostics()