class Clang::TranslationUnit

Defined in:

translation_unit.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.default_options #

[View source]
def self.from_pch(index, path) #

[View source]
def self.from_source(index, files : Array(UnsavedFile), args = [] of String, options = default_options, filename = files[0].filename) #

[View source]
def self.from_source_file(index, path, args = [] of String) #

[View source]

Instance Method Detail

def cursor #

[View source]
def finalize #

[View source]
def multiple_include_guarded?(file : File) #

[View source]
def to_unsafe : Pointer(LibC::CXTranslationUnitImpl) #

[View source]
def tokenize(source_range, skip = 0, &) #

[View source]