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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1718 bool WarnCategoryMethodImpl) {
1740 if (!WarnCategoryMethodImpl)
1767 if (!WarnCategoryMethodImpl)
1778 // i.e. when WarnCategoryMethodImpl is false, check declarations in class
1780 if (!WarnCategoryMethodImpl) {
1787 WarnCategoryMethodImpl);
1797 WarnCategoryMethodImpl);
1808 WarnCategoryMethodImpl);
1812 if (!WarnCategoryMethodImpl && I->getSuperClass())
1850 true /*WarnCategoryMethodImpl*/);
1710 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 103 milliseconds