Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp211 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/clang/lib/Sema/
DSemaDeclCXX.cpp6750 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()