Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2228 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 2231 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 2314 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 2317 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 2466 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 2472 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 2480 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 2492 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 2495 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 2503 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3069 bool IsProtocolMethodDecl); 3073 bool IsProtocolMethodDecl); 3079 bool IsProtocolMethodDecl);
|