Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCImpDecl

666                        SS, /*ObjCImpDecl*/ 0, TemplateArgs != 0);
1049 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1055 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1141 ObjCImpDecl, HasTemplateArgs);
1207 else if (ObjCImpDecl && getCurFunctionDecl()) {
1215 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1218 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1310 ObjCImpDecl, HasTemplateArgs);
1323 ObjCImpDecl, HasTemplateArgs);
1365 ObjCImpDecl, HasTemplateArgs);
1400 ObjCImpDecl, HasTemplateArgs);
1423 ObjCImpDecl, HasTemplateArgs);
1437 ObjCImpDecl, HasTemplateArgs);
1456 /// \param ObjCImpDecl the current ObjC @implementation decl;
1465 Decl *ObjCImpDecl,
1506 SS, ObjCImpDecl, TemplateArgs != 0);