ΒΆunsigned int clang_suspendTranslationUnit(
CXTranslationUnit)
unsigned int clang_suspendTranslationUnit(
CXTranslationUnit)
Description
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.
Declared at: clang/include/clang-c/Index.h:1529
Parameters
- CXTranslationUnit