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
31
DD.
DeprecationData
.Decl = D;
32
DD.
DeprecationData
.UnknownObjCClass = UnknownObjCClass;
33
DD.
DeprecationData
.ObjCProperty = ObjCProperty;
40
DD.
DeprecationData
.Message = MessageData;
41
DD.
DeprecationData
.MessageLen = Msg.size();
52
delete []
DeprecationData
.Message;
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
165
return
DeprecationData
.Decl;
170
return StringRef(
DeprecationData
.Message,
171
DeprecationData
.MessageLen);
194
return
DeprecationData
.UnknownObjCClass;
198
return
DeprecationData
.ObjCProperty;
219
struct DD
DeprecationData
;
Completed in 24 milliseconds