clang
9.0.0
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
#include "llvm/ADT/Twine.h"
Go to the source code of this file.
Functions | |
static std::vector< llvm::StringRef > | toRefs (std::vector< std::string > V) |
static auto | callsNames (std::vector< std::string > FunctionNames) -> decltype(callee(functionDecl())) |
static void | emitDiagnostics (BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const ObjCAutoreleaseWriteChecker *Checker) |
|
static |
Definition at line 103 of file ObjCAutoreleaseWriteChecker.cpp.
References clang::ast_matchers::functionDecl, clang::ast_matchers::hasAnyName, and toRefs().
|
static |
Definition at line 108 of file ObjCAutoreleaseWriteChecker.cpp.
References clang::ento::PathDiagnosticLocation::createBegin(), clang::ast_matchers::BoundNodes::getNodeAs(), and clang::Qualifiers::OCL_Autoreleasing.
|
inlinestatic |
Definition at line 99 of file ObjCAutoreleaseWriteChecker.cpp.
Referenced by callsNames().