Searched refs:InterpretationError (Results 1 – 1 of 1) sorted by relevance
616 Error InterpretationError = Error::success(); in findLoclistFromOffset() local625 InterpretationError = in findLoclistFromOffset()626 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()627 return !InterpretationError; in findLoclistFromOffset()630 if (ParseError || InterpretationError) in findLoclistFromOffset()631 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()