Home
last modified time | relevance | path

Searched defs:UseCaptureInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h115 struct UseCaptureInfo { struct
121 UseCaptureInfo(CaptureComponents UseCC, argument
125 static UseCaptureInfo passthrough() { in passthrough() argument
129 bool isPassthrough() const { in isPassthrough()
133 operator CaptureComponents() const { return UseCC | ResultCC; } in CaptureComponents()