Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2089 bool &IncompleteImpl, in WarnUndefinedMethod() argument
2567 bool& IncompleteImpl, in CheckProtocolMethodDefs() argument
2660 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs()
2683 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2689 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
2702 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument
2713 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2739 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2760 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2771 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
[all …]
/external/clang/include/clang/Sema/
DSema.h3020 bool IncompleteImpl = false);
3119 bool &IncompleteImpl,