Searched refs:IncompleteImpl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1207 bool &IncompleteImpl, unsigned DiagID) { in WarnUndefinedMethod() argument 1611 bool& IncompleteImpl, in CheckProtocolMethodDefs() argument 1674 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs() 1695 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs() 1704 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl); in CheckProtocolMethodDefs() 1716 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument 1729 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations() 1759 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations() 1786 IMPDecl, *Cat, IncompleteImpl, false, in MatchAllMethodDeclarations() 1796 IMPDecl, *Ext, IncompleteImpl, false, in MatchAllMethodDeclarations() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2530 bool &IncompleteImpl, unsigned DiagID); 2552 bool& IncompleteImpl, 2567 bool IncompleteImpl = false); 2654 bool &IncompleteImpl,
|