Lines Matching refs:IsProtocolMethodDecl
2356 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument
2359 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn()
2438 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument
2441 if (IsProtocolMethodDecl && in CheckMethodOverrideParam()
2588 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument
2594 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods()
2601 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods()
2613 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument
2615 CheckMethodOverrideReturn(SemaRef, Method, Overridden, IsProtocolMethodDecl, in CheckConflictingOverridingMethod()
2623 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod()
2637 bool IsProtocolMethodDecl) { in WarnExactTypedMethods() argument
2652 IsProtocolMethodDecl, false, false); in WarnExactTypedMethods()
2659 *IF, IsProtocolMethodDecl, false, false); in WarnExactTypedMethods()