Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp210 const ObjCMethodDecl *MethodD) const;
554 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation()
559 if (MethodD) { in reportIvarNeedsInvalidation()
561 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()
563 Mgr.getAnalysisDeclContext(MethodD)); in reportIvarNeedsInvalidation()
564 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation, in reportIvarNeedsInvalidation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp157 if (const auto *MethodD = dyn_cast<ObjCMethodDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local
158 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext()
159 MethodD->getSelector().getAsString() == "load") in ShouldDiagnoseAvailabilityInContext()
H A DSemaDeclCXX.cpp10180 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument
10205 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument
10206 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration()
10209 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()
10211 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration()
17763 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument
17769 if (!MethodD) in actOnDelayedExceptionSpecification()
17773 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification()
17774 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification()
17776 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()