Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1296 = IC->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1335 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1573 if (IMPDecl->FindPropertyImplDecl(Prop->getIdentifier())) in DefaultSynthesizeProperties()
1783 = IMPDecl->FindPropertyImplDecl(Property->getIdentifier())) { in AtomicPropertySetterGetterRules()
DSemaDeclObjC.cpp2609 = IC->FindPropertyImplDecl(Property->getIdentifier())) in ActOnAtEnd()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp326 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
/external/clang/lib/AST/
DDeclObjC.cpp1665 FindPropertyImplDecl(IdentifierInfo *Id) const { in FindPropertyImplDecl() function in ObjCImplDecl
DASTImporter.cpp3838 = InImpl->FindPropertyImplDecl(Property->getIdentifier()); in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1694 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;