struct CXCursorAndRangeVisitor
Declaration
struct CXCursorAndRangeVisitor { /* full declaration omitted */ };
Declared at: clang/include/clang-c/Index.h:6176
Member Variables
- public void* context
- public enum CXVisitorResult (*)(void*, CXCursor, CXSourceRange) visit