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()
6586 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument6616 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument6617 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration()6620 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()6622 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()13668 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument13674 if (!MethodD) in actOnDelayedExceptionSpecification()13678 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification()13679 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification()13681 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()