Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDelayedDiagnostic.cpp31 bool ObjCPropertyAccess) { in makeAvailability() argument
55 DD.AvailabilityData.ObjCPropertyAccess = ObjCPropertyAccess; in makeAvailability()
H A DSemaAvailability.cpp317 bool ObjCPropertyAccess) { in DoEmitAvailabilityWarning() argument
419 diag = !ObjCPropertyAccess ? diag::warn_deprecated in DoEmitAvailabilityWarning()
430 diag = !ObjCPropertyAccess ? diag::err_unavailable in DoEmitAvailabilityWarning()
561 bool ObjCPropertyAccess) { in EmitAvailabilityWarning() argument
567 ObjCProperty, Message, ObjCPropertyAccess)); in EmitAvailabilityWarning()
574 ObjCPropertyAccess); in EmitAvailabilityWarning()
925 bool ObjCPropertyAccess, in DiagnoseAvailabilityOfDecl() argument
963 UnknownObjCClass, ObjCPDecl, ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
H A DSemaExpr.cpp213 bool ObjCPropertyAccess, in DiagnoseUseOfDecl() argument
351 DiagnoseAvailabilityOfDecl(D, Locs, UnknownObjCClass, ObjCPropertyAccess, in DiagnoseUseOfDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h142 bool ObjCPropertyAccess);
230 return AvailabilityData.ObjCPropertyAccess; in getObjCPropertyAccess()
244 bool ObjCPropertyAccess; member
H A DSema.h4910 bool ObjCPropertyAccess,
4928 bool ObjCPropertyAccess = false,