clang
17.0.0git
|
#include "clang/AST/DependenceFlags.h"
Public Types | |
enum | ExprDependence : uint8_t { UnexpandedPack = 1, Instantiation = 2, Type = 4, Value = 8, Error = 16, None = 0, All = 31, TypeValue = Type | Value, TypeInstantiation = Type | Instantiation, ValueInstantiation = Value | Instantiation, TypeValueInstantiation = Type | Value | Instantiation, ErrorDependent = Error | ValueInstantiation } |
Definition at line 16 of file DependenceFlags.h.
enum clang::ExprDependenceScope::ExprDependence : uint8_t |
Enumerator | |
---|---|
UnexpandedPack | |
Instantiation | |
Type | |
Value | |
Error | |
None | |
All | |
TypeValue | |
TypeInstantiation | |
ValueInstantiation | |
TypeValueInstantiation | |
ErrorDependent |
Definition at line 17 of file DependenceFlags.h.