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.cpp2243 ObjCMethodDecl *method, bool &IncompleteImpl, in WarnUndefinedMethod() argument
2711 Sema &S, ObjCImplDecl *Impl, ObjCProtocolDecl *PDecl, bool &IncompleteImpl, in CheckProtocolMethodDefs() argument
2799 WarnUndefinedMethod(S, Impl, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2821 WarnUndefinedMethod(S, Impl, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2827 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2837 ObjCContainerDecl *CDecl, bool &IncompleteImpl, bool ImmediateClass, in MatchAllMethodDeclarations() argument
2847 WarnUndefinedMethod(SemaRef, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2877 WarnUndefinedMethod(SemaRef, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2903 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2914 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h433 ObjCContainerDecl *IDecl, bool &IncompleteImpl, bool ImmediateClass,
445 bool IncompleteImpl = false);