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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp422 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
439 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty));
574 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
600 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
617 PropertyId, AtLoc,
625 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) {
1081 IdentifierInfo *PropertyId,
1111 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId;
1191 property = Category->FindPropertyDeclaration(PropertyId, QueryKin
1077 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp236 /// in 'PropertyId' and returns it. It returns 0, if not found.
238 const IdentifierInfo *PropertyId,
251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
267 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
278 PropertyId, QueryKind))
284 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
290 return superClass->FindPropertyDeclaration(PropertyId, QueryKind);
298 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
367 /// with name 'PropertyId' i
237 FindPropertyDeclaration( const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const argument
370 FindPropertyVisibleInPrimaryClass( IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1076 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1778 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1128 IdentifierInfo *PropertyId = PD->getIdentifier();
1130 cast<DeclContext>(ID), PropertyId, PD->getQueryKind());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9651 IdentifierInfo *PropertyId,

Completed in 176 milliseconds