Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2251 ObjCMethodDecl *method, bool &IncompleteImpl, in WarnUndefinedMethod() argument
2719 Sema &S, ObjCImplDecl *Impl, ObjCProtocolDecl *PDecl, bool &IncompleteImpl, in CheckProtocolMethodDefs() argument
2807 WarnUndefinedMethod(S, Impl, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2829 WarnUndefinedMethod(S, Impl, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2835 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2845 ObjCContainerDecl *CDecl, bool &IncompleteImpl, bool ImmediateClass, in MatchAllMethodDeclarations() argument
2855 WarnUndefinedMethod(SemaRef, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2885 WarnUndefinedMethod(SemaRef, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2911 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2922 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h425 ObjCContainerDecl *IDecl, bool &IncompleteImpl, bool ImmediateClass,
437 bool IncompleteImpl = false);