Searched defs:CStore (Results 1 – 4 of 4) sorted by relevance
36 pub struct CStore { struct57 impl std::fmt::Debug for CStore { argument134 impl CStore { implementation135 pub fn from_tcx(tcx: TyCtxt<'_>) -> MappedReadGuard<'_, CStore> { in from_tcx() argument141 pub fn from_tcx_mut(tcx: TyCtxt<'_>) -> MappedWriteGuard<'_, CStore> { in from_tcx_mut() argument265 pub fn new(sess: &Session) -> CStore { in new()288 cstore: &'a mut CStore, in new()
521 impl CStore { implementation583 impl CrateStore for CStore { implementation
1600 cstore: &CStore, in new()
1489 fn cstore(&self) -> MappedReadGuard<'_, CStore> { in cstore() argument