Home
last modified time | relevance | path

Searched refs:PropertyId (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp422 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 DDeclObjC.cpp238 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 DDeclObjC.h1076 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1778 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1128 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 DSema.h9651 IdentifierInfo *PropertyId,