Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2829 bool WarnCategoryMethodImpl) { in MatchAllMethodDeclarations() argument
2851 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2880 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2895 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2902 if (!WarnCategoryMethodImpl) { in MatchAllMethodDeclarations()
2907 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2913 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2920 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2924 if (!WarnCategoryMethodImpl && I->getSuperClass()) in MatchAllMethodDeclarations()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4743 bool WarnCategoryMethodImpl=false);