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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp355 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
366 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) {
379 PropertyId, AtLoc, LParenLoc, T);
406 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
549 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
563 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
579 PropertyId, AtLoc, LParenLoc, TInfo);
582 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
819 IdentifierInfo *PropertyId,
848 property = IDecl->FindPropertyDeclaration(PropertyId);
815 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp193 /// in 'PropertyId' and returns it. It returns 0, if not found.
195 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
204 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
214 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
226 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
234 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
239 return superClass->FindPropertyDeclaration(PropertyId);
248 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
260 /// with name 'PropertyId' in the primary class; including those in protocols
265 IdentifierInfo *PropertyId) cons
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h552 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
1105 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6748 IdentifierInfo *PropertyId,

Completed in 161 milliseconds