Searched refs:MethodD (Results 1 – 2 of 2) sorted by relevance
213 const ObjCMethodDecl *MethodD) const;557 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation()562 if (MethodD) { in reportIvarNeedsInvalidation()564 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()566 Mgr.getAnalysisDeclContext(MethodD)); in reportIvarNeedsInvalidation()567 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation, in reportIvarNeedsInvalidation()
6587 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument6617 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument6618 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration()6621 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()6623 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()13686 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument13692 if (!MethodD) in actOnDelayedExceptionSpecification()13696 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification()13697 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification()13699 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()