CXIndexAction

\brief An indexing action, to be applied to one or multiple translation units but not on concurrent threads. If there are threads doing indexing concurrently, they should use different CXIndexAction objects.

extern (C)
alias CXIndexAction = void*

Meta