Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2836 bool WarnCategoryMethodImpl) { in MatchAllMethodDeclarations() argument
2858 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2887 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2902 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2909 if (!WarnCategoryMethodImpl) { in MatchAllMethodDeclarations()
2914 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2920 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2927 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2931 if (!WarnCategoryMethodImpl && I->getSuperClass()) in MatchAllMethodDeclarations()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4992 bool WarnCategoryMethodImpl=false);