HomeSort by relevance Sort by last modified time
    Searched refs:DeprecationData (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 41 DD.DeprecationData.Decl = D;
42 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
43 DD.DeprecationData.ObjCProperty = ObjCProperty;
50 DD.DeprecationData.Message = MessageData;
51 DD.DeprecationData.MessageLen = Msg.size();
52 DD.DeprecationData.ObjCPropertyAccess = ObjCPropertyAccess;
64 delete [] DeprecationData.Message;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 170 return DeprecationData.Decl;
176 return StringRef(DeprecationData.Message,
177 DeprecationData.MessageLen);
200 return DeprecationData.UnknownObjCClass;
204 return DeprecationData.ObjCProperty;
208 return DeprecationData.ObjCPropertyAccess;
230 struct DD DeprecationData;

Completed in 55 milliseconds