Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp213 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration() function in ObjCContainerDecl
227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
243 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
253 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration( in FindPropertyDeclaration()
260 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
266 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
274 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
363 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()
/external/clang/lib/Sema/
DSemaExprMember.cpp412 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList()
434 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl()
1408 IDecl->FindPropertyDeclaration( in LookupMemberExpr()
DSemaObjCProperty.cpp883 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration( in hasWrittenStorageAttribute()
929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
DSemaExprObjC.cpp1780 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
1796 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
1857 !IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
DSemaPseudoObject.cpp661 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter()
DSemaLookup.cpp4284 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult()
DSemaCodeComplete.cpp6224 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar()
/external/clang/include/clang/AST/
DDeclObjC.h1018 FindPropertyDeclaration(const IdentifierInfo *PropertyId,