Home
last modified time | relevance | path

Searched defs:query_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dconfig.rs34 fn query_cache<'a>(self, tcx: Qcx) -> &'a Self::Cache in query_cache() method
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dlib.rs102 fn query_cache<'a>(self, qcx: QueryCtxt<'tcx>) -> &'a Self::Cache in query_cache() function
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs41 pub query_cache: FieldOffset<QueryCaches<'tcx>, C>, field