Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp329 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local
377 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension()
534 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
829 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
924 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
972 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1047 << PropertyId; in ActOnPropertyImplDecl()
1243 = IC->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1260 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
1267 << PropertyId; in ActOnPropertyImplDecl()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp186 const IdentifierInfo *PropertyId) const { in FindPropertyDeclaration()
195 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()
204 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
213 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
219 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
224 return superClass->FindPropertyDeclaration(PropertyId); in FindPropertyDeclaration()
232 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
248 IdentifierInfo *PropertyId) const { in FindPropertyVisibleInPrimaryClass()
257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()
262 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyVisibleInPrimaryClass()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h595 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const;
1250 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1062 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local
1064 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7083 IdentifierInfo *PropertyId,