Lines Matching defs:Method
631 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) {
632 findParamsToTrack(Method);
1051 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) {
1052 return shouldBeCalledOnce(Method, ParamIndex);
1077 bool shouldBeCalledOnce(const ObjCMethodDecl *Method,
1079 Selector MethodSelector = Method->getSelector();
1085 if (auto ConventionalAsync = isConventionalSwiftAsync(Method, ParamIndex)) {
1089 const ParmVarDecl *Parameter = Method->getParamDecl(ParamIndex);
1103 const ObjCMethodDecl *Method = Message->getMethodDecl();
1104 return Method && ParamIndex < Method->param_size() &&
1105 shouldBeCalledOnce(Method, ParamIndex);
1223 // Method has only two blocks: ENTRY and EXIT.
1236 // Method has only one block, let's see if it has a no-return