Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp91 return Diags.Report(SecondMethod->getLocation(), in diagnoseSubMismatchMethodParameters()
423 const ObjCMethodDecl *SecondMethod) const { in diagnoseSubMismatchObjCMethod()
440 auto DiagNote = [SecondModule, SecondMethod, in diagnoseSubMismatchObjCMethod()
442 return Diag(SecondMethod->getLocation(), in diagnoseSubMismatchObjCMethod()
451 DiagNote(ReturnType) << SecondMethod << SecondMethod->getReturnType(); in diagnoseSubMismatchObjCMethod()
459 << SecondMethod << SecondMethod->isInstanceMethod(); in diagnoseSubMismatchObjCMethod()
463 SecondMethod->getImplementationControl()) { in diagnoseSubMismatchObjCMethod()
467 SecondMethod->getImplementationControl()); in diagnoseSubMismatchObjCMethod()
476 << SecondMethod in diagnoseSubMismatchObjCMethod()
482 DiagNote(Directness) << SecondMethod << SecondMethod->isDirectMethod(); in diagnoseSubMismatchObjCMethod()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h184 const ObjCMethodDecl *SecondMethod) const;