Home | History | Annotate | Download | only in Sema

Lines Matching refs:DD

30   DelayedDiagnostic DD;
33 DD.Kind = Deprecation;
36 DD.Kind = Unavailable;
41 DD.Triggered = false;
42 DD.Loc = Loc;
43 DD.DeprecationData.Decl = D;
44 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
45 DD.DeprecationData.ObjCProperty = ObjCProperty;
52 DD.DeprecationData.Message = MessageData;
53 DD.DeprecationData.MessageLen = Msg.size();
54 DD.DeprecationData.ObjCPropertyAccess = ObjCPropertyAccess;
55 return DD;