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
52 DD.DeprecationData.ObjCPropertyAccess = ObjCPropertyAccess; in makeAvailability()
DSemaDeclAttr.cpp4862 bool ObjCPropertyAccess) { in DoEmitAvailabilityWarning() argument
4878 diag = !ObjCPropertyAccess ? diag::warn_deprecated in DoEmitAvailabilityWarning()
4889 diag = !ObjCPropertyAccess ? diag::err_unavailable in DoEmitAvailabilityWarning()
4939 bool ObjCPropertyAccess) { in EmitAvailabilityWarning() argument
4946 ObjCPropertyAccess)); in EmitAvailabilityWarning()
4962 UnknownObjCClass, ObjCProperty, ObjCPropertyAccess); in EmitAvailabilityWarning()
DSemaExpr.cpp87 bool ObjCPropertyAccess) { in DiagnoseAvailabilityOfDecl() argument
124 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
131 ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
264 bool ObjCPropertyAccess) { in DiagnoseUseOfDecl() argument
309 DiagnoseAvailabilityOfDecl(*this, D, Loc, UnknownObjCClass, ObjCPropertyAccess); in DiagnoseUseOfDecl()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h131 bool ObjCPropertyAccess);
208 return DeprecationData.ObjCPropertyAccess; in getObjCPropertyAccess()
219 bool ObjCPropertyAccess; member
DSema.h3225 bool ObjCPropertyAccess);
3238 bool ObjCPropertyAccess=false);