Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2827 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument
2838 WarnUndefinedMethod(*this, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2868 WarnUndefinedMethod(*this, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2894 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2905 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
2912 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
2919 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2966 bool IncompleteImpl = false; in CheckCategoryVsClassMethodMatches() local
2969 IncompleteImpl, false, in CheckCategoryVsClassMethodMatches()
2975 bool IncompleteImpl) { in ImplMethodsVsClassMethods() argument
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4637 bool IncompleteImpl = false);
4741 bool &IncompleteImpl,