Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCImpDecl

658                        SS, /*ObjCImpDecl*/ 0, TemplateArgs != 0);
863 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
1068 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1074 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1160 ObjCImpDecl, HasTemplateArgs);
1238 else if (ObjCImpDecl && getCurFunctionDecl()) {
1246 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1249 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1367 ObjCImpDecl, HasTemplateArgs);
1380 ObjCImpDecl, HasTemplateArgs);
1419 ObjCImpDecl, HasTemplateArgs);
1454 ObjCImpDecl, HasTemplateArgs);
1477 ObjCImpDecl, HasTemplateArgs);
1491 ObjCImpDecl, HasTemplateArgs);
1510 /// \param ObjCImpDecl the current Objective-C \@implementation
1519 Decl *ObjCImpDecl,
1560 SS, ObjCImpDecl, TemplateArgs != 0);
1582 ActOnMemberAccessExtraArgs ExtraArgs = {S, Id, ObjCImpDecl, HasTrailingLParen};