Home
last modified time | relevance | path

Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h409 bool IsProtocolMethodDecl);
413 bool IsProtocolMethodDecl);
418 bool IsProtocolMethodDecl);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2364 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument
2367 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn()
2446 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument
2449 if (IsProtocolMethodDecl && in CheckMethodOverrideParam()
2596 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument
2602 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods()
2609 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods()
2621 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument
2623 CheckMethodOverrideReturn(SemaRef, Method, Overridden, IsProtocolMethodDecl, in CheckConflictingOverridingMethod()
2631 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod()
[all …]