enum class SkipFunctionBodiesScope
Description
Enumerates the available scopes for skipping function bodies.
Declared at: clang/include/clang/Frontend/ASTUnit.h:83
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Preamble | 1 | |
PreambleAndMainFile | 2 |
Enumerates the available scopes for skipping function bodies.
Declared at: clang/include/clang/Frontend/ASTUnit.h:83
Name | Value | Comment |
---|---|---|
None | 0 | |
Preamble | 1 | |
PreambleAndMainFile | 2 |