| clang 22.0.0git
    | 
#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/BugReporter/CommonBugCategories.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 (const std::vector< std::string > &V) | 
| static decltype(auto) | callsNames (const std::vector< std::string > &FunctionNames) | 
| static void | emitDiagnostics (BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const ObjCAutoreleaseWriteChecker *Checker) | 
| 
 | static | 
Definition at line 107 of file ObjCAutoreleaseWriteChecker.cpp.
References clang::ast_matchers::functionDecl, clang::ast_matchers::hasAnyName, and toRefs().
| 
 | static | 
Definition at line 111 of file ObjCAutoreleaseWriteChecker.cpp.
References clang::ento::PathDiagnosticLocation::createBegin(), clang::ento::BugReporter::EmitBasicReport(), clang::ento::AnalysisManager::getAnalysisDeclContext(), clang::AnalysisDeclContext::getDecl(), clang::ento::BugReporter::getSourceManager(), clang::Match, clang::ento::categories::MemoryRefCount, and clang::Qualifiers::OCL_Autoreleasing.
| 
 | inlinestatic | 
Definition at line 102 of file ObjCAutoreleaseWriteChecker.cpp.
References V.
Referenced by callsNames().