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