enum class IncludeFormat
Description
Format of the path in an include directive -- angle brackets or quotes.
Declared at: clang/include/clang/Tooling/Transformer/RewriteRule.h:53
Enumerators
Name | Value | Comment |
---|---|---|
Quoted | 0 | |
Angled | 1 |
Format of the path in an include directive -- angle brackets or quotes.
Declared at: clang/include/clang/Tooling/Transformer/RewriteRule.h:53
Name | Value | Comment |
---|---|---|
Quoted | 0 | |
Angled | 1 |