struct CXSourceLocation

Declaration

struct CXSourceLocation { /* full declaration omitted */ };

Description

Identifies a specific source location within a translation unit. Use clang_getExpansionLocation() or clang_getSpellingLocation() to map a source location to a particular file, line, and column.

Declared at: clang/include/clang-c/Index.h:456

Member Variables

public const void* [2] ptr_data
public unsigned int int_data