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