clang 22.0.0git
ObjCAutoreleaseWriteChecker.cpp File Reference

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)

Function Documentation

◆ callsNames()

decltype(auto) callsNames ( const std::vector< std::string > & FunctionNames)
static

◆ emitDiagnostics()

◆ toRefs()

std::vector< llvm::StringRef > toRefs ( const std::vector< std::string > & V)
inlinestatic

Definition at line 102 of file ObjCAutoreleaseWriteChecker.cpp.

References V.

Referenced by callsNames().