Searched defs:SourceScopeData (Results 1 – 2 of 2) sorted by relevance
321 let SourceScopeData { localVariable
1865 pub struct SourceScopeData<'tcx> { struct1866 pub span: Span,1867 pub parent_scope: Option<SourceScope>,1872 pub inlined: Option<(ty::Instance<'tcx>, Span)>,1877 pub inlined_parent_scope: Option<SourceScope>,1881 pub local_data: ClearCrossCrate<SourceScopeLocalData>,