llvm::capturesAnyProvenance

Return true if CC captures any provenance component.

Synopsis

Declared in <llvm/Support/ModRef.h>

bool
capturesAnyProvenance(CaptureComponents CC);

Return Value

True if CC captures any provenance component.

Parameters

NameDescription
CCCapture-component flags to test.