enum CXSaveTranslationUnit_Flags
Description
Flags that control how translation units are saved. The enumerators in this enumeration type are meant to be bitwise ORed together to specify which options should be used when saving the translation unit.
Declared at: clang/include/clang-c/Index.h:1442
Enumerators
Name | Value | Comment |
---|---|---|
CXSaveTranslationUnit_None | 0 | Used to indicate that no special saving options are needed. |