Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1343 = IC->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1382 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1651 if (IMPDecl->FindPropertyImplDecl(Prop->getIdentifier())) in DefaultSynthesizeProperties()
1936 = IMPDecl->FindPropertyImplDecl(Property->getIdentifier())) { in AtomicPropertySetterGetterRules()
DSemaDeclObjC.cpp3656 = IC->FindPropertyImplDecl(Property->getIdentifier())) in ActOnAtEnd()
/external/clang/lib/AST/
DDeclObjC.cpp2014 FindPropertyImplDecl(IdentifierInfo *Id) const { in FindPropertyImplDecl() function in ObjCImplDecl
DASTImporter.cpp4056 = InImpl->FindPropertyImplDecl(Property->getIdentifier()); in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2100 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;
/external/clang/lib/ARCMigrate/
DObjCMT.cpp617 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()