clang: clang::ExprDependenceScope Struct Reference (original) (raw)

#include "[clang/AST/DependenceFlags.h](DependenceFlags%5F8h%5Fsource.html)"

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.

ExprDependence

Enumerator
UnexpandedPack
Instantiation
Type
Value
Error
None
All
TypeValue
TypeInstantiation
ValueInstantiation
TypeValueInstantiation
ErrorDependent

Definition at line 17 of file DependenceFlags.h.


The documentation for this struct was generated from the following file: