Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp58 const MethodT *SecondMethod) { in diagnoseSubMismatchMethodParameters() argument
88 SecondMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters()
89 DeclarationName SecondName = SecondMethod->getDeclName(); in diagnoseSubMismatchMethodParameters()
90 DiagMethodType SecondMethodType = GetDiagMethodType(SecondMethod); in diagnoseSubMismatchMethodParameters()
91 return Diags.Report(SecondMethod->getLocation(), in diagnoseSubMismatchMethodParameters()
94 << SecondMethod->getSourceRange() << DiffType << SecondMethodType in diagnoseSubMismatchMethodParameters()
99 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseSubMismatchMethodParameters()
108 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseSubMismatchMethodParameters()
423 const ObjCMethodDecl *SecondMethod) const { in diagnoseSubMismatchObjCMethod()
440 auto DiagNote = [SecondModule, SecondMethod, in diagnoseSubMismatchObjCMethod()
[all …]
/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h184 const ObjCMethodDecl *SecondMethod) const;