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()
6490 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument6520 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument6521 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration()6524 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()6526 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()13511 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument13517 if (!MethodD) in actOnDelayedExceptionSpecification()13521 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification()13522 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification()13524 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()