Home
last modified time | relevance | path

Searched refs:ConstructionPhase (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp726 enum class ConstructionPhase { enum
898 ConstructionPhase::DestroyingBases; in startedDestroyingBases()
906 ConstructionPhase
3654 ConstructionPhase::None) { in findSubobject()
5704 case ConstructionPhase::Bases: in ComputeDynamicType()
5705 case ConstructionPhase::DestroyingBases: in ComputeDynamicType()
5710 case ConstructionPhase::None: in ComputeDynamicType()
5711 case ConstructionPhase::AfterBases: in ComputeDynamicType()
5712 case ConstructionPhase::AfterFields: in ComputeDynamicType()
5713 case ConstructionPhase::Destroying: in ComputeDynamicType()
[all …]