Lines Matching refs:DeclContext
84 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl()
87 DeclContext::lookup_const_iterator I, E; in findPropertyDecl()
102 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()
169 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()
414 DeclContext *contextDecl, in Create()
715 DeclContext *DC, in Create()
735 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, in ObjCInterfaceDecl()
993 *ObjCAtDefsFieldDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1012 ObjCProtocolDecl::ObjCProtocolDecl(DeclContext *DC, IdentifierInfo *Id, in ObjCProtocolDecl()
1023 ObjCProtocolDecl *ObjCProtocolDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1090 ObjCCategoryDecl *ObjCCategoryDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1139 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1233 ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1280 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1299 ObjCPropertyDecl *ObjCPropertyDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1322 DeclContext *DC, in Create()