toLanguage

Correctly determine the language of a libclang Cursor.

Combines an analysis of the name USR and a cursor query.

Language
toLanguage
@safe
(
const Cursor c
)
in { assert (c.isValid); }

Meta