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