Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SharedState

147   struct SharedState;
149 explicit SDiagsWriter(IntrusiveRefCntPtr<SharedState> State)
157 State(new SharedState(File, Diags)) {
257 struct SharedState : RefCountedBase<SharedState> {
258 SharedState(StringRef File, DiagnosticOptions *Diags)
305 IntrusiveRefCntPtr<SharedState> State;