Class CXSourceLocation

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CXSourceLocation extends Struct<CXSourceLocation> implements NativeResource
Identifies a specific source location within a translation unit.

Use getExpansionLocation or getSpellingLocation to map a source location to a particular file, line, and column.

Layout


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