Searched refs:IsProtocolMethodDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1353 bool IsProtocolMethodDecl, in CheckMethodOverrideReturn() argument 1356 if (IsProtocolMethodDecl && in CheckMethodOverrideReturn() 1418 bool IsProtocolMethodDecl, in CheckMethodOverrideParam() argument 1421 if (IsProtocolMethodDecl && in CheckMethodOverrideParam() 1555 bool IsProtocolMethodDecl) { in WarnConflictingTypedMethods() argument 1561 IsProtocolMethodDecl, false, in WarnConflictingTypedMethods() 1569 IsProtocolMethodDecl, false, true); in WarnConflictingTypedMethods() 1581 bool IsProtocolMethodDecl) { in CheckConflictingOverridingMethod() argument 1584 IsProtocolMethodDecl, true, in CheckConflictingOverridingMethod() 1592 IsProtocolMethodDecl, true, true); in CheckConflictingOverridingMethod() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2726 bool IsProtocolMethodDecl); 2730 bool IsProtocolMethodDecl); 2736 bool IsProtocolMethodDecl);
|