Searched refs:FindPropertyImplDecl (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1358 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl() 1397 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl() 1687 if (IMPDecl->FindPropertyImplDecl( in DefaultSynthesizeProperties() 1991 if (const ObjCPropertyImplDecl *PIDecl = IMPDecl->FindPropertyImplDecl( in AtomicPropertySetterGetterRules()
|
D | SemaDeclObjC.cpp | 3804 = IC->FindPropertyImplDecl(Property->getIdentifier(), in ActOnAtEnd()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1577 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl() 1616 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl() 1916 if (IMPDecl->FindPropertyImplDecl( in DefaultSynthesizeProperties() 2226 if (const ObjCPropertyImplDecl *PIDecl = IMPDecl->FindPropertyImplDecl( in AtomicPropertySetterGetterRules()
|
D | SemaDeclObjC.cpp | 4088 = IC->FindPropertyImplDecl(Property->getIdentifier(), in ActOnAtEnd()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 2050 FindPropertyImplDecl(IdentifierInfo *Id, in FindPropertyImplDecl() function in ObjCImplDecl
|
D | ASTImporter.cpp | 4280 = InImpl->FindPropertyImplDecl(Property->getIdentifier(), in VisitObjCPropertyImplDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2342 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId,
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 2167 FindPropertyImplDecl(IdentifierInfo *Id, in FindPropertyImplDecl() function in ObjCImplDecl
|
D | ASTImporter.cpp | 5112 = InImpl->FindPropertyImplDecl(Property->getIdentifier(), in VisitObjCPropertyImplDecl()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 2464 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId,
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 617 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 620 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
|