Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclContext

667   const DeclContext *DC = getDeclContext();
734 Decl *CtxD = cast<Decl>(getDeclContext());
771 Decl *CtxD = cast<Decl>(getDeclContext());
951 if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(getDeclContext()))
953 getDeclContext()))
955 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
957 if (isa<ObjCProtocolDecl>(getDeclContext()))
1043 ProtD = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext())) {
1047 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
1060 CatD = dyn_cast<ObjCCategoryDecl>(Method->getDeclContext())) {
1074 dyn_cast_or_null<ObjCContainerDecl>(Method->getDeclContext()),
1084 Method = cast<ObjCContainerDecl>(Method->getDeclContext())->
1472 const ObjCContainerDecl *DC = cast<ObjCContainerDecl>(getDeclContext());