Searched refs:InterpretationError (Results 1 – 1 of 1) sorted by relevance
671 Error InterpretationError = Error::success(); in findLoclistFromOffset() local680 InterpretationError = in findLoclistFromOffset()681 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()682 return !InterpretationError; in findLoclistFromOffset()685 if (ParseError || InterpretationError) in findLoclistFromOffset()686 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()