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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1818 bool WarnCategoryMethodImpl) {
1837 if (!WarnCategoryMethodImpl)
1860 if (!WarnCategoryMethodImpl)
1875 WarnCategoryMethodImpl);
1880 // i.e. when WarnCategoryMethodImpl is false, check declarations in class
1882 if (!WarnCategoryMethodImpl) {
1886 WarnCategoryMethodImpl);
1892 WarnCategoryMethodImpl);
1899 WarnCategoryMethodImpl);
1903 if (!WarnCategoryMethodImpl
1810 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 36 milliseconds