Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp250 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration() function in ObjCContainerDecl
264 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
280 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
290 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration( in FindPropertyDeclaration()
297 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
303 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
311 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
398 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp511 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList()
533 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl()
1439 IDecl->FindPropertyDeclaration( in LookupMemberExpr()
H A DSemaObjCProperty.cpp1023 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration( in hasWrittenStorageAttribute()
1093 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1173 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
H A DSemaExprObjC.cpp2012 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
2028 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
2088 !IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
2219 if (auto PD = IFace->FindPropertyDeclaration( in ActOnClassPropertyRefExpr()
H A DSemaPseudoObject.cpp675 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter()
H A DSemaLookup.cpp4933 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult()
H A DSemaCodeComplete.cpp8849 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1155 origin_iface_decl->FindPropertyDeclaration( in FindObjCPropertyAndIvarDeclsWithOrigin()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1081 FindPropertyDeclaration(const IdentifierInfo *PropertyId,