Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.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()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp6586 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument
6616 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument
6617 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() argument
13674 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()