CXFieldVisitor

\brief Visitor invoked for each field found by a traversal.

This visitor function will be invoked for each field found by \c clang_Type_visitFields. Its first argument is the cursor being visited, its second argument is the client data provided to \c clang_Type_visitFields.

The visitor should return one of the \c CXVisitorResult values to direct \c clang_Type_visitFields.

extern (C)
alias CXFieldVisitor = CXVisitorResult function

Meta