clang 20.0.0git
Public Member Functions | List of all members
clang::EnsureFunctionAnalysis Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h"

Public Member Functions

bool isACallToEnsureFn (const Expr *E) const
 

Detailed Description

Returns
true if E is a CXXMemberCallExpr which returns a const smart pointer type.

Definition at line 72 of file ASTUtils.h.

Member Function Documentation

◆ isACallToEnsureFn()

bool clang::EnsureFunctionAnalysis::isACallToEnsureFn ( const Expr E) const

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