clang_getFunctionTypeCallingConv

Retrieve the calling convention associated with a function type.

If a non-function type is passed in, CXCallingConv_Invalid is returned.

extern (C) @nogc @trusted nothrow pure
clang_getFunctionTypeCallingConv
(
const CXType T
)

Meta