pub fn get_query_incr<'tcx, Q>( query: Q, qcx: Q::Qcx, span: Span, key: Q::Key, mode: QueryMode, ) -> Option<Q::Value>where Q: QueryDispatcher<'tcx>,