Searched defs:WarnCategoryMethodImpl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2729 bool WarnCategoryMethodImpl) {
2748 if (!WarnCategoryMethodImpl)
2774 if (!WarnCategoryMethodImpl)
2789 WarnCategoryMethodImpl);
2794 // i.e. when WarnCategoryMethodImpl is false, check declarations in class
2796 if (!WarnCategoryMethodImpl) {
2801 WarnCategoryMethodImpl);
2807 WarnCategoryMethodImpl);
2814 WarnCategoryMethodImpl);
2818 if (!WarnCategoryMethodImpl
2721 MatchAllMethodDeclarations(const SelectorSet &InsMap, const SelectorSet &ClsMap, SelectorSet &InsMapSeen, SelectorSet &ClsMapSeen, ObjCImplDecl* IMPDecl, ObjCContainerDecl* CDecl, bool &IncompleteImpl, bool ImmediateClass, bool WarnCategoryMethodImpl) argument
[all...]

Completed in 55 milliseconds