ΒΆvoid getOpenMPCaptureRegions(
    llvm::SmallVectorImpl<OpenMPDirectiveKind>&
        CaptureRegions,
    clang::OpenMPDirectiveKind DKind)

Description

Return the captured regions of an OpenMP directive.

Declared at: clang/include/clang/Basic/OpenMPKinds.h:298

Parameters

llvm::SmallVectorImpl<OpenMPDirectiveKind>& CaptureRegions
clang::OpenMPDirectiveKind DKind