Lines Matching defs:Method
732 // Check the attributes attached to the method/function itself.
856 bool Sema::CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation lbrac,
859 Method->isVariadic() ? VariadicMethod : VariadicDoesNotApply;
861 checkCall(Method, Args, Method->param_size(),
863 lbrac, Method->getSourceRange(), CallType);
1687 // current function or method.
2909 // Returns true when a c_str() conversion method is found.
2919 const CXXMethodDecl *Method = *MI;
2920 if (Method->getMinRequiredArguments() == 0 &&
2921 AT.matchesType(S.Context, Method->getReturnType())) {
5953 // If the target is bool, warn if expr is a function or method call.