OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeprecationData
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
DelayedDiagnostic.cpp
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;
66
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 3485 milliseconds