clang_CXXRecord_isAbstract

Determine if a C++ record is abstract, i.e. whether a class or struct has a pure virtual member function.

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

Meta