Return the leaf constructs that make up compound directive D.

Synopsis

Declared in <llvm/Frontend/OpenMP/OMP.h>

ArrayRef<Directive>
getLeafConstructs(Directive D);

Return Value

The leaf constructs that make up D.

Parameters

Name

Description

D

Directive whose leaf constructs are requested.

Created with MrDocs