Home
last modified time | relevance | path

Searched refs:FindPropertyDeclaration (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp194 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration() function in ObjCContainerDecl
207 if (auto *P = Ext->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
222 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
231 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
237 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
242 return superClass->FindPropertyDeclaration(PropertyId); in FindPropertyDeclaration()
250 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
336 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyVisibleInPrimaryClass()
/external/clang/lib/Sema/
DSemaExprMember.cpp400 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member)) in FindGetterSetterNameDeclFromProtocolList()
421 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) { in FindGetterSetterNameDecl()
1344 if (IsArrow && IDecl->FindPropertyDeclaration(Member)) { in LookupMemberExpr()
DSemaObjCProperty.cpp874 Proto->FindPropertyDeclaration(Prop->getIdentifier())) in hasWrittenStorageAttribute()
918 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
996 property = Category->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
DSemaExprObjC.cpp1783 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(Member)) { in HandleExprPropertyRefExpr()
1798 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) { in HandleExprPropertyRefExpr()
1858 && !IFace->FindPropertyDeclaration(Member)) { in HandleExprPropertyRefExpr()
DSemaPseudoObject.cpp661 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember)) in findSetter()
DSemaLookup.cpp4203 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult()
DSemaCodeComplete.cpp6205 = Class->FindPropertyDeclaration(PropertyName)) { in CodeCompleteObjCPropertySynthesizeIvar()
/external/lldb/source/Expression/
DClangASTSource.cpp1208 …DeclFromUser<ObjCPropertyDecl> origin_property_decl(origin_iface_decl->FindPropertyDeclaration(&na… in FindObjCPropertyAndIvarDeclsWithOrigin()
/external/clang/include/clang/AST/
DDeclObjC.h781 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const;