Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

170   ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext);
337 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext);
339 DeclContext *DC = CurContext;
798 dyn_cast<ObjCContainerDecl>(CurContext);
1112 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1460 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(CurContext)) {