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

/external/clang/include/clang/AST/
H A DDeclObjC.h31 class ObjCPropertyDecl;
474 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator;
521 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
880 ObjCPropertyDecl
1722 class ObjCPropertyDecl : public NamedDecl { class in namespace:clang
1765 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, function in class:clang::ObjCPropertyDecl
1777 static ObjCPropertyDecl *Create(ASTContext &C, DeclContext *DC,
1784 static ObjCPropertyDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1887 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
1891 static bool classof(const ObjCPropertyDecl *
[all...]

Completed in 67 milliseconds