Searched refs:MethodD (Results 1 – 2 of 2) sorted by relevance
211 const ObjCMethodDecl *MethodD) const;555 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation()560 if (MethodD) { in reportIvarNeedsInvalidation()562 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()564 Mgr.getAnalysisDeclContext(MethodD)); in reportIvarNeedsInvalidation()565 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation, in reportIvarNeedsInvalidation()
6750 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument6780 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument6781 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration()6784 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()6786 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()13908 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument13914 if (!MethodD) in actOnDelayedExceptionSpecification()13918 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification()13919 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification()13921 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()