Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclContext

153 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC,
163 DeclContext::lookup_const_result R = DC->lookup(propertyID);
164 for (DeclContext::lookup_const_iterator I = R.begin(), E = R.end(); I != E;
194 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
256 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
642 DeclContext *contextDecl, bool isInstance, bool isVariadic,
665 const DeclContext *DC = getDeclContext();
1130 DeclContext *DC,
1154 ObjCInterfaceDecl::ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC,
1471 *ObjCAtDefsFieldDecl::Create(ASTContext &C, DeclContext *DC,
1490 ObjCProtocolDecl::ObjCProtocolDecl(ASTContext &C, DeclContext *DC,
1501 ObjCProtocolDecl *ObjCProtocolDecl::Create(ASTContext &C, DeclContext *DC,
1612 ObjCCategoryDecl *ObjCCategoryDecl::Create(ASTContext &C, DeclContext *DC,
1660 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC,
1750 ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC,
1797 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC,
1816 ObjCPropertyDecl *ObjCPropertyDecl::Create(ASTContext &C, DeclContext *DC,
1838 DeclContext *DC,