Searched refs:FindPropertyDeclaration (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 247 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration() function in ObjCContainerDecl 261 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 277 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 287 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration( in FindPropertyDeclaration() 294 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 300 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration() 308 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 395 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 512 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList() 534 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl() 1374 IDecl->FindPropertyDeclaration( in LookupMemberExpr()
|
| H A D | SemaObjCProperty.cpp | 1024 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration( in hasWrittenStorageAttribute() 1094 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1174 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
|
| H A D | SemaExprObjC.cpp | 2000 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 2016 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 2076 !IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 2208 if (auto PD = IFace->FindPropertyDeclaration( in ActOnClassPropertyRefExpr()
|
| H A D | SemaPseudoObject.cpp | 673 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter()
|
| H A D | SemaLookup.cpp | 5025 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult()
|
| H A D | SemaCodeComplete.cpp | 8997 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 1156 origin_iface_decl->FindPropertyDeclaration( in FindObjCPropertyAndIvarDeclsWithOrigin()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1079 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9962 …tyDeclarationEPNS_14IdentifierInfoE", "clang::ObjCContainerDecl::FindPropertyDeclaration(clang::Id…
|