Home
last modified time | relevance | path

Searched refs:MethodD (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp213 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()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6587 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument
6617 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument
6618 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() argument
13692 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()