ΒΆenum CXCallingConv
clang_getFunctionTypeCallingConv(CXType T)

Description

Retrieve the calling convention associated with a function type. If a non-function type is passed in, CXCallingConv_Invalid is returned.

Declared at: clang/include/clang-c/Index.h:3788

Parameters

CXType T