class Clang::Index

Defined in:

index.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exclude_declarations_from_pch = false, display_diagnostics = true) #

Creates a new Index.

  • exclude_declarations_from_pch: allow enumeration of "local" declarations (when loading any new translation units). A "local" declaration is one that belongs in the translation unit itself and not in a precompiled header that was used by the translation unit. If zero, all declarations will be enumerated.

[View source]

Instance Method Detail

def finalize #

[View source]
def global_options #

[View source]
def global_options=(value : GlobalOptions) #

[View source]
def to_unsafe : Pointer(Void) #

[View source]