clang 24.0.0git
clang ::lifetimes::FunctionCallInfo Struct Reference

#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h"

Public Attributes

const FunctionDecl * FD = nullptr
llvm::SmallVector< const Expr *, 4 > Args

Detailed Description

Definition at line 66 of file LifetimeAnnotations.h.

Member Data Documentation

◆ Args

llvm::SmallVector<const Expr *, 4> clang ::lifetimes::FunctionCallInfo::Args

Definition at line 68 of file LifetimeAnnotations.h.

◆ FD

const FunctionDecl* clang ::lifetimes::FunctionCallInfo::FD = nullptr

Definition at line 67 of file LifetimeAnnotations.h.


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