Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp2685 bool WarnCategoryMethodImpl) { in MatchAllMethodDeclarations() argument
2704 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2727 if (!WarnCategoryMethodImpl) in MatchAllMethodDeclarations()
2742 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2749 if (!WarnCategoryMethodImpl) { in MatchAllMethodDeclarations()
2753 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2759 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2766 WarnCategoryMethodImpl); in MatchAllMethodDeclarations()
2770 if (!WarnCategoryMethodImpl && I->getSuperClass()) in MatchAllMethodDeclarations()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3073 bool WarnCategoryMethodImpl=false);