Searched refs:PropertyId (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 422 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local 439 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension() 574 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local 600 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl() 617 PropertyId, AtLoc, in CreatePropertyDecl() 625 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl() 1081 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument 1111 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1191 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 238 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument 251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration() 267 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 278 PropertyId, QueryKind)) 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() 371 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument 381 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1076 FindPropertyDeclaration(const IdentifierInfo *PropertyId, 1778 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1128 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local 1130 cast<DeclContext>(ID), PropertyId, PD->getQueryKind()); in VisitObjCPropertyDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9651 IdentifierInfo *PropertyId,
|