struct Clang::SourceLocation

Defined in:

source_location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(location : LibC::CXSourceLocation) #

[View source]

Instance Method Detail

def ==(other : SourceLocation) #

[View source]
def expansion_location #

[View source]
def file_location #

[View source]
def file_name #

[View source]
def from_main_file? #

[View source]
def in_system_header? #

[View source]
def inspect(io) #

[View source]
def instantiation_location #

[View source]
def presumed_location #

[View source]
def spelling_location #

[View source]
def to_s(io) #

[View source]
def to_unsafe : LibC::CXSourceLocation #

[View source]