Searched refs:IncompleteImpl (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2217 bool &IncompleteImpl, in WarnUndefinedMethod() argument 2685 bool& IncompleteImpl, in CheckProtocolMethodDefs() argument 2778 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs() 2801 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs() 2807 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 2820 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument 2831 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations() 2861 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations() 2887 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations() 2898 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4345 bool IncompleteImpl = false); 4449 bool &IncompleteImpl,
|