Home
last modified time | relevance | path

Searched refs:WarnCategoryMethodImpl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2822 bool WarnCategoryMethodImpl) { in MatchAllMethodDeclarations() argument
2844 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2873 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2888 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2895 if (!WarnCategoryMethodImpl) { in MatchAllMethodDeclarations()
2900 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2906 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2913 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2917 if (!WarnCategoryMethodImpl && I->getSuperClass()) in MatchAllMethodDeclarations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4451 bool WarnCategoryMethodImpl=false);