Home
last modified time | relevance | path

Searched refs:ObjCPropertyAccess (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp29 bool ObjCPropertyAccess) { in makeAvailability() argument
54 DD.DeprecationData.ObjCPropertyAccess = ObjCPropertyAccess; in makeAvailability()
DSemaDeclAttr.cpp6254 bool ObjCPropertyAccess) { in DoEmitAvailabilityWarning() argument
6270 diag = !ObjCPropertyAccess ? diag::warn_deprecated in DoEmitAvailabilityWarning()
6281 diag = !ObjCPropertyAccess ? diag::err_unavailable in DoEmitAvailabilityWarning()
6474 bool ObjCPropertyAccess) { in EmitAvailabilityWarning() argument
6479 ObjCPropertyAccess)); in EmitAvailabilityWarning()
6485 ObjCProperty, ObjCPropertyAccess); in EmitAvailabilityWarning()
DSemaExpr.cpp109 bool ObjCPropertyAccess) { in DiagnoseAvailabilityOfDecl() argument
162 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
189 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
197 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
319 bool ObjCPropertyAccess) { in DiagnoseUseOfDecl() argument
384 ObjCPropertyAccess); in DiagnoseUseOfDecl()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h131 bool ObjCPropertyAccess);
208 return DeprecationData.ObjCPropertyAccess; in getObjCPropertyAccess()
219 bool ObjCPropertyAccess; member
DSema.h3627 bool ObjCPropertyAccess);
3638 bool ObjCPropertyAccess=false);