Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2235 ObjCMethodDecl *method, bool &IncompleteImpl, in WarnUndefinedMethod() argument
2704 Sema &S, ObjCImplDecl *Impl, ObjCProtocolDecl *PDecl, bool &IncompleteImpl, in CheckProtocolMethodDefs() argument
2794 WarnUndefinedMethod(S, Impl, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2816 WarnUndefinedMethod(S, Impl, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2822 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2835 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument
2846 WarnUndefinedMethod(*this, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2876 WarnUndefinedMethod(*this, IMPDecl, I, IncompleteImpl, in MatchAllMethodDeclarations()
2902 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2913 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4760 bool IncompleteImpl = false);
4864 bool &IncompleteImpl,