clang 20.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/Analysis/PathDiagnostic.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Type.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static bool | AreTypesCompatible (QualType Derived, QualType Ancestor, ASTContext &C) |
static void | CompareReturnTypes (const ObjCMethodDecl *MethDerived, const ObjCMethodDecl *MethAncestor, BugReporter &BR, ASTContext &Ctx, const ObjCImplementationDecl *ID, const CheckerBase *Checker) |
static void | CheckObjCInstMethSignature (const ObjCImplementationDecl *ID, BugReporter &BR, const CheckerBase *Checker) |
|
static |
Definition at line 28 of file CheckObjCInstMethSignature.cpp.
References clang::C, and clang::Type::isAnyPointerType().
Referenced by CompareReturnTypes().
|
static |
Definition at line 76 of file CheckObjCInstMethSignature.cpp.
References clang::C, CompareReturnTypes(), D, and clang::ento::BugReporter::getContext().
|
static |
Definition at line 39 of file CheckObjCInstMethSignature.cpp.
References AreTypesCompatible(), clang::ento::categories::CoreFoundationObjectiveC, clang::ento::PathDiagnosticLocation::createBegin(), clang::ento::BugReporter::EmitBasicReport(), clang::ObjCMethodDecl::getClassInterface(), clang::ObjCMethodDecl::getReturnType(), clang::ObjCMethodDecl::getSelector(), clang::ento::BugReporter::getSourceManager(), and clang::Selector::print().
Referenced by CheckObjCInstMethSignature().