Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1348 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 1351 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 1413 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 1416 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 1551 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 1557 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 1565 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 1577 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 1580 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 1588 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2827 bool IsProtocolMethodDecl); 2831 bool IsProtocolMethodDecl); 2837 bool IsProtocolMethodDecl);
|