Searched refs:MethodD (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 210 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()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 211 const ObjCMethodDecl *MethodD) const; 555 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation() 560 if (MethodD) { in reportIvarNeedsInvalidation() 562 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation() 564 Mgr.getAnalysisDeclContext(MethodD)); in reportIvarNeedsInvalidation() 565 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation, in reportIvarNeedsInvalidation()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAvailability.cpp | 157 if (const auto *MethodD = dyn_cast<ObjCMethodDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local 158 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext() 159 MethodD->getSelector().getAsString() == "load") in ShouldDiagnoseAvailabilityInContext()
|
D | SemaDeclCXX.cpp | 10101 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument 10126 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument 10127 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration() 10130 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration() 10132 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration() 17687 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument 17693 if (!MethodD) in actOnDelayedExceptionSpecification() 17697 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification() 17698 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification() 17700 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6750 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() argument 6780 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() argument 6781 if (!MethodD) in ActOnFinishDelayedCXXMethodDeclaration() 6784 AdjustDeclIfTemplate(MethodD); in ActOnFinishDelayedCXXMethodDeclaration() 6786 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration() 13908 void Sema::actOnDelayedExceptionSpecification(Decl *MethodD, in actOnDelayedExceptionSpecification() argument 13914 if (!MethodD) in actOnDelayedExceptionSpecification() 13918 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification() 13919 MethodD = FunTmpl->getTemplatedDecl(); in actOnDelayedExceptionSpecification() 13921 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification()
|