enum FunctionScopeInfo::ScopeKind
Declared at: clang/include/clang/Sema/ScopeInfo.h:104
Enumerators
Name | Value | Comment |
---|---|---|
SK_Function | 0 | |
SK_Block | 1 | |
SK_Lambda | 2 | |
SK_CapturedRegion | 3 |
Declared at: clang/include/clang/Sema/ScopeInfo.h:104
Name | Value | Comment |
---|---|---|
SK_Function | 0 | |
SK_Block | 1 | |
SK_Lambda | 2 | |
SK_CapturedRegion | 3 |