expand

@safe
void
expand
(,
ref from!"dpp.runtime.context".Context context
,
in string[] includePaths
,
in string file = __FILE__
,
in size_t line = __LINE__
)

Parameters

translUnitFileName string

The file name with all #include directives to parse

context from!"dpp.runtime.context".Context

The translation context

includePaths string[]

The list of files to pass as -I options to clang

Meta