Searched refs:FindPropertyDeclaration (Results 1 – 17 of 17) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 213 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/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 237 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration() function in ObjCContainerDecl 251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 267 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 277 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration( in FindPropertyDeclaration() 284 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 290 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration() 298 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 387 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 412 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList() 434 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl() 1408 IDecl->FindPropertyDeclaration( in LookupMemberExpr()
|
D | SemaObjCProperty.cpp | 883 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration( in hasWrittenStorageAttribute() 929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
|
D | SemaExprObjC.cpp | 1780 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 1796 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 1857 !IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr()
|
D | SemaPseudoObject.cpp | 661 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter()
|
D | SemaLookup.cpp | 4284 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult()
|
D | SemaCodeComplete.cpp | 6224 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprMember.cpp | 433 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList() 455 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl() 1376 IDecl->FindPropertyDeclaration( in LookupMemberExpr()
|
D | SemaObjCProperty.cpp | 1045 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration( in hasWrittenStorageAttribute() 1118 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1199 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
|
D | SemaExprObjC.cpp | 1999 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 2015 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 2076 !IFace->FindPropertyDeclaration( in HandleExprPropertyRefExpr() 2208 if (auto PD = IFace->FindPropertyDeclaration( in ActOnClassPropertyRefExpr()
|
D | SemaPseudoObject.cpp | 666 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter()
|
D | SemaLookup.cpp | 4598 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult()
|
D | SemaCodeComplete.cpp | 7943 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTSource.cpp | 1226 origin_iface_decl->FindPropertyDeclaration( in FindObjCPropertyAndIvarDeclsWithOrigin()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1018 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 1098 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
|