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

/external/clang/include/clang/AST/
H A DDeclObjC.h32 class ObjCPropertyImplDecl;
1692 void addPropertyImplementation(ObjCPropertyImplDecl *property);
1694 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;
1695 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;
1698 typedef specific_decl_iterator<ObjCPropertyImplDecl> propimpl_iterator;
2158 /// ObjCPropertyImplDecl - Represents implementation declaration of a property
2162 class ObjCPropertyImplDecl : public Decl { class in namespace:clang
2193 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, function in class:clang::ObjCPropertyImplDecl
2205 static ObjCPropertyImplDecl *Create(ASTContext &C, DeclContext *DC,
2212 static ObjCPropertyImplDecl *CreateDeserialize
[all...]

Completed in 113 milliseconds