clang
8.0.0
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.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/BugReporter/PathDiagnostic.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 29 of file CheckObjCInstMethSignature.cpp.
References clang::Type::isAnyPointerType(), and clang::ASTContext::typesAreCompatible().
Referenced by CompareReturnTypes().
|
static |
Definition at line 79 of file CheckObjCInstMethSignature.cpp.
References clang::ObjCImplDecl::getClassInterface(), clang::ObjCInterfaceDecl::getSuperClass(), and clang::ObjCContainerDecl::instance_methods().
|
static |
Definition at line 40 of file CheckObjCInstMethSignature.cpp.
References AreTypesCompatible(), clang::ento::categories::CoreFoundationObjectiveC, clang::ento::PathDiagnosticLocation::createBegin(), clang::QualType::getAsString(), clang::ObjCMethodDecl::getClassInterface(), clang::ObjCMethodDecl::getReturnType(), clang::ObjCMethodDecl::getSelector(), and clang::Selector::print().