Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2585 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()
2598 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()
2664 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()
2849 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2854 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2856 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
2859 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()
2878 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2883 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2885 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
[all …]