Searched refs:IncompleteImpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2834 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument 2845 WarnUndefinedMethod(*this, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations() 2875 WarnUndefinedMethod(*this, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations() 2901 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations() 2912 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations() 2919 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations() 2926 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations() 2973 bool IncompleteImpl = false; in CheckCategoryVsClassMethodMatches() local 2976 IncompleteImpl, false, in CheckCategoryVsClassMethodMatches() 2982 bool IncompleteImpl) { in ImplMethodsVsClassMethods() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4886 bool IncompleteImpl = false); 4990 bool &IncompleteImpl,
|