Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2114 bool &IncompleteImpl, in WarnUndefinedMethod() argument
2592 bool& IncompleteImpl, in CheckProtocolMethodDefs() argument
2685 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs()
2708 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2714 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
2727 bool &IncompleteImpl, in MatchAllMethodDeclarations() argument
2738 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2765 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2788 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2799 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
[all …]
/external/clang/include/clang/Sema/
DSema.h3094 bool IncompleteImpl = false);
3193 bool &IncompleteImpl,