clang 19.0.0git
Public Attributes | List of all members
CXSourceLocation Struct Reference

Identifies a specific source location within a translation unit. More...

#include "clang-c/CXSourceLocation.h"

Public Attributes

const void * ptr_data [2]
 
unsigned int_data
 

Detailed 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.

Definition at line 44 of file CXSourceLocation.h.

Member Data Documentation

◆ int_data

unsigned CXSourceLocation::int_data

Definition at line 46 of file CXSourceLocation.h.

◆ ptr_data

const void* CXSourceLocation::ptr_data[2]

Definition at line 45 of file CXSourceLocation.h.


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