LLVM 23.0.0git
llvm::CaptureResult Struct Reference

Result of a PointerMayBeCaptured query, which includes the captured components for both the case where return is considered a capture, and where it isn't. More...

#include "llvm/Analysis/CaptureTracking.h"

Public Attributes

CaptureComponents WithoutRet
CaptureComponents WithRet

Detailed Description

Result of a PointerMayBeCaptured query, which includes the captured components for both the case where return is considered a capture, and where it isn't.

Definition at line 54 of file CaptureTracking.h.

Member Data Documentation

◆ WithoutRet

CaptureComponents llvm::CaptureResult::WithoutRet

◆ WithRet

CaptureComponents llvm::CaptureResult::WithRet

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