clang 20.0.0git
|
#include "clang/AST/DependenceFlags.h"
Public Types | |
enum | TypeDependence : uint8_t { UnexpandedPack = 1 , Instantiation = 2 , Dependent = 4 , VariablyModified = 8 , Error = 16 , None = 0 , All = 31 , DependentInstantiation = Dependent | Instantiation } |
Definition at line 51 of file DependenceFlags.h.
enum clang::TypeDependenceScope::TypeDependence : uint8_t |
Definition at line 52 of file DependenceFlags.h.