enum ExprDependenceScope::ExprDependence
Declared at: clang/include/clang/AST/DependenceFlags.h:17
Enumerators
Name | Value | Comment |
---|---|---|
UnexpandedPack | 1 | |
Instantiation | 2 | |
Type | 4 | |
Value | 8 | |
Error | 16 | |
None | 0 | |
All | 31 | |
TypeValue | 12 | |
TypeInstantiation | 6 | |
ValueInstantiation | 10 | |
TypeValueInstantiation | 14 | |
ErrorDependent | 26 | |
LLVM_BITMASK_LARGEST_ENUMERATOR | 16 |