Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2564 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()
2577 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()
2642 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()
2835 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2840 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2842 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
2845 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()
2864 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2869 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2871 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
[all …]