Searched refs:IncompleteImpl (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1241 bool &IncompleteImpl, in WarnUndefinedMethod() argument 1677 bool& IncompleteImpl, in CheckProtocolMethodDefs() argument 1770 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs() 1793 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs() 1799 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 1812 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument 1823 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations() 1849 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations() 1870 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations() 1881 IMPDecl, Cat, IncompleteImpl, false, in MatchAllMethodDeclarations() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2852 bool IncompleteImpl = false); 2949 bool &IncompleteImpl,
|