Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2542 CheckMethodOverrideReturn(*this, ImpMethodDecl, MethodDecl, in WarnConflictingTypedMethods()
2554 if (ImpMethodDecl->isVariadic() != MethodDecl->isVariadic()) { in WarnConflictingTypedMethods()
2555 Diag(ImpMethodDecl->getLocation(), in WarnConflictingTypedMethods()
2586 void Sema::WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, in WarnExactTypedMethods() argument
2620 Diag(ImpMethodDecl->getLocation(), in WarnExactTypedMethods()
2813 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2818 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
2820 WarnConflictingTypedMethods(ImpMethodDecl, I, in MatchAllMethodDeclarations()
2839 ObjCMethodDecl *ImpMethodDecl = in MatchAllMethodDeclarations() local
2844 if (ImpMethodDecl) { in MatchAllMethodDeclarations()
[all …]