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.cpp5776 bool ObjCPropertyAccess) { in DoEmitAvailabilityWarning() argument
5792 diag = !ObjCPropertyAccess ? diag::warn_deprecated in DoEmitAvailabilityWarning()
5803 diag = !ObjCPropertyAccess ? diag::err_unavailable in DoEmitAvailabilityWarning()
5959 bool ObjCPropertyAccess) { in EmitAvailabilityWarning() argument
5964 ObjCPropertyAccess)); in EmitAvailabilityWarning()
5970 ObjCProperty, ObjCPropertyAccess); in EmitAvailabilityWarning()
DSemaExpr.cpp105 bool ObjCPropertyAccess) { in DiagnoseAvailabilityOfDecl() argument
158 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
185 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
193 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
326 bool ObjCPropertyAccess) { in DiagnoseUseOfDecl() argument
372 ObjCPropertyAccess); in DiagnoseUseOfDecl()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h131 bool ObjCPropertyAccess);
208 return DeprecationData.ObjCPropertyAccess; in getObjCPropertyAccess()
219 bool ObjCPropertyAccess; member
DSema.h3543 bool ObjCPropertyAccess);
3554 bool ObjCPropertyAccess=false);