Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp236 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration() function in ObjCContainerDecl
250 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
266 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
276 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration( in FindPropertyDeclaration()
283 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
289 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
297 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
386 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp436 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList()
458 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl()
1361 IDecl->FindPropertyDeclaration( in LookupMemberExpr()
H A DSemaObjCProperty.cpp1033 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration( in hasWrittenStorageAttribute()
1079 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1162 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
H A DSemaExprObjC.cpp1822 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
1838 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
1899 !IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
2031 if (auto PD = IFace->FindPropertyDeclaration( in ActOnClassPropertyRefExpr()
H A DSemaPseudoObject.cpp676 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter()
H A DSemaLookup.cpp4369 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult()
H A DSemaCodeComplete.cpp6966 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1443 origin_iface_decl->FindPropertyDeclaration( in FindObjCPropertyAndIvarDeclsWithOrigin()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1100 FindPropertyDeclaration(const IdentifierInfo *PropertyId,