Lines Matching defs:Method

712   /// Method Pool - allows efficient lookup when typechecking messages to "id".
718 /// Method selectors used in a \@selector expression. Used for implementation
1718 CXXMethodDecl *Method);
1820 void AddMethodCandidate(CXXMethodDecl *Method,
2233 void WarnConflictingTypedMethods(ObjCMethodDecl *Method,
2237 void CheckConflictingOverridingMethod(ObjCMethodDecl *Method,
2243 void WarnExactTypedMethods(ObjCMethodDecl *Method,
2348 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
2370 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
2375 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
2388 void AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) {
2389 AddMethodToGlobalPool(Method, impl, /*instance*/true);
2393 void AddFactoryMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) {
2394 AddMethodToGlobalPool(Method, impl, /*instance*/false);
3359 void CalledDecl(SourceLocation CallLoc, CXXMethodDecl *Method);
3533 bool checkThisInStaticMemberFunctionType(CXXMethodDecl *Method);
3537 bool checkThisInStaticMemberFunctionExceptionSpec(CXXMethodDecl *Method);
3543 bool checkThisInStaticMemberFunctionAttributes(CXXMethodDecl *Method);
4135 CXXConversionDecl *Method,
4320 void ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
4323 void ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
4413 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);
6197 ObjCMethodDecl *Method,
6208 ObjCMethodDecl *Method,
6223 ObjCMethodDecl *Method,
6234 ObjCMethodDecl *Method,
6795 /// \param Method - May be null.
6801 ObjCMethodDecl *Method, bool isClassMessage,
6810 ObjCMethodDecl *Method,
7079 bool CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation loc,