clang  5.0.0
Public Attributes | List of all members
CXCursorAndRangeVisitor Struct Reference

#include "clang-c/Index.h"

Collaboration diagram for CXCursorAndRangeVisitor:
[legend]

Public Attributes

void * context
 
enum CXVisitorResult(* visit )(void *context, CXCursor, CXSourceRange)
 

Detailed Description

Definition at line 5609 of file Index.h.

Member Data Documentation

void* CXCursorAndRangeVisitor::context

Definition at line 5610 of file Index.h.

enum CXVisitorResult(* CXCursorAndRangeVisitor::visit)(void *context, CXCursor, CXSourceRange)

Definition at line 5611 of file Index.h.


The documentation for this struct was generated from the following file: