Home
last modified time | relevance | path

Searched refs:FindPropertyImplDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1519 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1558 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1853 if (IMPDecl->FindPropertyImplDecl( in DefaultSynthesizeProperties()
2162 if (const ObjCPropertyImplDecl *PIDecl = IMPDecl->FindPropertyImplDecl( in AtomicPropertySetterGetterRules()
H A DSemaDeclObjC.cpp3985 = IC->FindPropertyImplDecl(Property->getIdentifier(), in ActOnAtEnd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp2110 FindPropertyImplDecl(IdentifierInfo *Id, in FindPropertyImplDecl() function in ObjCImplDecl
H A DASTImporter.cpp4767 = InImpl->FindPropertyImplDecl(Property->getIdentifier(), in VisitObjCPropertyImplDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2458 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp617 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()