Home
last modified time | relevance | path

Searched refs:DeprecationData (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp31 DD.DeprecationData.Decl = D; in makeDeprecation()
32 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass; in makeDeprecation()
33 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeDeprecation()
40 DD.DeprecationData.Message = MessageData; in makeDeprecation()
41 DD.DeprecationData.MessageLen = Msg.size(); in makeDeprecation()
52 delete [] DeprecationData.Message; in Destroy()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h165 return DeprecationData.Decl; in getDeprecationDecl()
170 return StringRef(DeprecationData.Message, in getDeprecationMessage()
171 DeprecationData.MessageLen); in getDeprecationMessage()
194 return DeprecationData.UnknownObjCClass; in getUnknownObjCClass()
198 return DeprecationData.ObjCProperty; in getObjCProperty()
219 struct DD DeprecationData; member