Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2321 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 2324 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 2407 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 2410 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 2559 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 2565 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 2573 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 2585 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 2588 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 2596 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4352 bool IsProtocolMethodDecl); 4356 bool IsProtocolMethodDecl); 4362 bool IsProtocolMethodDecl);
|