clang 22.0.0git
WarningGadgetMatcher Class Reference
Inheritance diagram for WarningGadgetMatcher:
[legend]

Public Member Functions

 WarningGadgetMatcher (WarningGadgetList &WarningGadgets)
bool matches (const DynTypedNode &DynNode, ASTContext &Ctx, const UnsafeBufferUsageHandler &Handler) override

Detailed Description

Definition at line 2506 of file UnsafeBufferUsage.cpp.

Constructor & Destructor Documentation

◆ WarningGadgetMatcher()

WarningGadgetMatcher::WarningGadgetMatcher ( WarningGadgetList & WarningGadgets)
inline

Definition at line 2509 of file UnsafeBufferUsage.cpp.

Member Function Documentation

◆ matches()

bool WarningGadgetMatcher::matches ( const DynTypedNode & DynNode,
ASTContext & Ctx,
const UnsafeBufferUsageHandler & Handler )
inlineoverride

Definition at line 2512 of file UnsafeBufferUsage.cpp.

References clang::DynTypedNode::get(), and clang::Result.


The documentation for this class was generated from the following file: