class Clang::Index
- Clang::Index
- Reference
- Object
Defined in:
index.crConstructors
-
.new(exclude_declarations_from_pch = false, display_diagnostics = true)
Creates a new Index.
Instance Method Summary
Constructor Detail
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.