Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2348 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 2351 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 2430 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 2433 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 2580 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 2586 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 2594 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 2606 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 2609 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 2617 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 4736 bool IsProtocolMethodDecl); 4740 bool IsProtocolMethodDecl); 4746 bool IsProtocolMethodDecl);
|