Searched refs:InterpretationError (Results 1 – 1 of 1) sorted by relevance
712 Error InterpretationError = Error::success(); in findLoclistFromOffset() local721 InterpretationError = in findLoclistFromOffset()722 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()723 return !InterpretationError; in findLoclistFromOffset()726 if (ParseError || InterpretationError) in findLoclistFromOffset()727 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()