Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2334 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 2337 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 2420 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 2423 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 2572 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 2578 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 2586 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 2598 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 2601 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 2609 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4613 bool IsProtocolMethodDecl); 4617 bool IsProtocolMethodDecl); 4623 bool IsProtocolMethodDecl);
|