class Clang::TranslationUnit
- Clang::TranslationUnit
- Reference
- Object
Defined in:
translation_unit.crClass Method Summary
- .default_options
- .from_pch(index, path)
- .from_source(index, files : Array(UnsavedFile), args = [] of String, options = default_options, filename = files[0].filename)
- .from_source_file(index, path, args = [] of String)
Instance Method Summary
- #cursor
- #finalize
- #multiple_include_guarded?(file : File)
- #to_unsafe : Pointer(LibC::CXTranslationUnitImpl)
- #tokenize(source_range, skip = 0, &)
Class Method Detail
def self.from_source(index, files : Array(UnsavedFile), args = [] of String, options = default_options, filename = files[0].filename)
#