clang_CXXMethod_isVirtual

Determine if a C++ member function or member function template is explicitly declared 'virtual' or if it overrides a virtual method from one of the base classes.

extern (C) @nogc @trusted nothrow pure pure
uint
clang_CXXMethod_isVirtual
(
const CXCursor C
)

Meta