Home
last modified time | relevance | path

Searched refs:ObjCPDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp947 const ObjCPropertyDecl *ObjCPDecl = nullptr; in DiagnoseAvailabilityOfDecl() local
952 ObjCPDecl = PD; in DiagnoseAvailabilityOfDecl()
957 UnknownObjCClass, ObjCPDecl, ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
H A DSemaExpr.cpp329 if (const ObjCPropertyDecl *ObjCPDecl = getReferencedObjCProp(D)) { in DiagnoseUseOfDecl() local
330 if (diagnoseArgIndependentDiagnoseIfAttrs(ObjCPDecl, Loc)) in DiagnoseUseOfDecl()