Searched refs:InterpretationError (Results 1 – 1 of 1) sorted by relevance
655 Error InterpretationError = Error::success(); in findLoclistFromOffset() local664 InterpretationError = in findLoclistFromOffset()665 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()666 return !InterpretationError; in findLoclistFromOffset()669 if (ParseError || InterpretationError) in findLoclistFromOffset()670 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()