Searched refs:IncompleteImpl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1246 bool &IncompleteImpl, in WarnUndefinedMethod() argument 1681 bool& IncompleteImpl, in CheckProtocolMethodDefs() argument 1774 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs() 1797 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs() 1803 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 1816 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument 1827 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations() 1853 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations() 1874 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations() 1885 IMPDecl, Cat, IncompleteImpl, false, in MatchAllMethodDeclarations() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2751 bool IncompleteImpl = false); 2848 bool &IncompleteImpl,
|