Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2577 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()
2590 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()
2655 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()
2842 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2847 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2849 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
2852 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()
2871 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2876 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2878 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
[all …]