Searched defs:PropertyId (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp212 /// in 'PropertyId' and returns it. It returns 0, if not found.
214 const IdentifierInfo *PropertyId,
227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
233 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
243 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
254 PropertyId, QueryKind))
260 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
266 return superClass->FindPropertyDeclaration(PropertyId, QueryKind);
274 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
342 /// with name 'PropertyId' i
213 FindPropertyDeclaration( const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const argument
346 FindPropertyVisibleInPrimaryClass( IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp425 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
441 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty));
573 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
599 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
616 PropertyId, AtLoc,
623 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) {
899 IdentifierInfo *PropertyId,
929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
935 Diag(PropertyLoc, diag::error_synthesize_on_class_property) << PropertyId;
1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKin
895 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) argument
[all...]

Completed in 93 milliseconds