translateFunction

Undocumented in source.
@safe
string[]
translateFunction
(
in from!"clang".Cursor cursor
,
ref from!"dpp.runtime.context".Context context
)
in (cursor.kind == from!"clang".Cursor.Kind.FunctionDecl || cursor.kind == from!"clang".Cursor.Kind.CXXMethod || cursor.kind == from!"clang".Cursor.Kind.Constructor || cursor.kind == from!"clang".Cursor.Kind.Destructor || cursor.kind == from!"clang".Cursor.Kind.ConversionFunction || cursor.kind == from!"clang".Cursor.Kind.FunctionTemplate)

Meta