Class CXSourceLocation

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CXSourceLocation extends Struct<CXSourceLocation> implements NativeResource

 struct CXSourceLocation {
     void const * ptr_data[2];
     unsigned int_data;
 }