Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
1081 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument
1208 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1286 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1346 << PropertyId; in ActOnPropertyImplDecl()
1562 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1568 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1585 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp250 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument
263 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
269 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
279 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
290 PropertyId, QueryKind)) in FindPropertyDeclaration()
296 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
302 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
310 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
383 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument
393 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1075 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1790 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1134 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local
1136 cast<DeclContext>(ID), PropertyId, PD->getQueryKind()); in VisitObjCPropertyDecl()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10369 IdentifierInfo *PropertyId,