Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2838 bool WarnCategoryMethodImpl) { in MatchAllMethodDeclarations() argument
2860 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2889 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2904 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2911 if (!WarnCategoryMethodImpl) { in MatchAllMethodDeclarations()
2916 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2922 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2929 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2933 if (!WarnCategoryMethodImpl && I->getSuperClass()) in MatchAllMethodDeclarations()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h434 bool WarnCategoryMethodImpl = false);