Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp956 const ObjCPropertyDecl *ObjCPDecl = nullptr; in DiagnoseAvailabilityOfDecl() local
961 ObjCPDecl = PD; in DiagnoseAvailabilityOfDecl()
966 UnknownObjCClass, ObjCPDecl, ObjCPropertyAccess); in DiagnoseAvailabilityOfDecl()
H A DSemaExpr.cpp332 if (const ObjCPropertyDecl *ObjCPDecl = getReferencedObjCProp(D)) { in DiagnoseUseOfDecl() local
333 if (diagnoseArgIndependentDiagnoseIfAttrs(ObjCPDecl, Loc)) in DiagnoseUseOfDecl()