Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 417 bool IsProtocolMethodDecl); 421 bool IsProtocolMethodDecl); 426 bool IsProtocolMethodDecl);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 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() [all …]
|