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.cpp2846 bool WarnCategoryMethodImpl) { in MatchAllMethodDeclarations() argument
2868 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2897 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2912 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2919 if (!WarnCategoryMethodImpl) { in MatchAllMethodDeclarations()
2924 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2930 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2937 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2941 if (!WarnCategoryMethodImpl && I->getSuperClass()) in MatchAllMethodDeclarations()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h426 bool WarnCategoryMethodImpl = false);