Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2203 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 2206 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 2289 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 2292 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 2441 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 2447 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 2455 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 2467 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 2470 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 2478 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2995 bool IsProtocolMethodDecl); 2999 bool IsProtocolMethodDecl); 3005 bool IsProtocolMethodDecl);
|