Searched refs:InterpretationError (Results 1 – 1 of 1) sorted by relevance
690 Error InterpretationError = Error::success(); in findLoclistFromOffset() local699 InterpretationError = in findLoclistFromOffset()700 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()701 return !InterpretationError; in findLoclistFromOffset()704 if (ParseError || InterpretationError) in findLoclistFromOffset()705 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()