clang_suspendTranslationUnit

Suspend a translation unit in order to free memory associated with it.

A suspended translation unit uses significantly less memory but on the other side does not support any other calls than \c clang_reparseTranslationUnit to resume it or \c clang_disposeTranslationUnit to dispose it completely.

extern (C)
uint
clang_suspendTranslationUnit

Meta