Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp81 return Diags.Report(FirstMethod->getLocation(), in diagnoseSubMismatchMethodParameters()
435 return Diag(FirstMethod->getLocation(), in diagnoseSubMismatchObjCMethod()
448 if (computeODRHash(FirstMethod->getReturnType()) != in diagnoseSubMismatchObjCMethod()
450 DiagError(ReturnType) << FirstMethod << FirstMethod->getReturnType(); in diagnoseSubMismatchObjCMethod()
457 << FirstMethod << FirstMethod->isInstanceMethod(); in diagnoseSubMismatchObjCMethod()
462 if (FirstMethod->getImplementationControl() != in diagnoseSubMismatchObjCMethod()
473 << FirstMethod in diagnoseSubMismatchObjCMethod()
481 DiagError(Directness) << FirstMethod << FirstMethod->isDirectMethod(); in diagnoseSubMismatchObjCMethod()
1070 return DiagError(FirstMethod->getLocation(), in diagnoseMismatch()
1135 const bool FirstConst = FirstMethod->isConst(); in diagnoseMismatch()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h183 const ObjCMethodDecl *FirstMethod,