Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCImpDecl

689                                    Decl *ObjCImpDecl, bool HasTemplateArgs);
726 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr,
987 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl);
1191 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1196 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1285 ObjCImpDecl, HasTemplateArgs);
1347 else if (ObjCImpDecl && S.getCurFunctionDecl()) {
1355 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1358 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1470 ObjCImpDecl, HasTemplateArgs);
1483 ObjCImpDecl, HasTemplateArgs);
1522 ObjCImpDecl, HasTemplateArgs);
1563 ObjCImpDecl, HasTemplateArgs);
1586 ObjCImpDecl, HasTemplateArgs);
1600 ObjCImpDecl, HasTemplateArgs);
1616 /// \param ObjCImpDecl the current Objective-C \@implementation
1625 Decl *ObjCImpDecl) {
1661 ActOnMemberAccessExtraArgs ExtraArgs = {S, Id, ObjCImpDecl};