Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp718 enum class ConstructionPhase { enum
890 ConstructionPhase::DestroyingBases; in startedDestroyingBases()
898 ConstructionPhase
3652 ConstructionPhase::None) { in findSubobject()
5696 case ConstructionPhase::Bases: in ComputeDynamicType()
5697 case ConstructionPhase::DestroyingBases: in ComputeDynamicType()
5702 case ConstructionPhase::None: in ComputeDynamicType()
5703 case ConstructionPhase::AfterBases: in ComputeDynamicType()
5704 case ConstructionPhase::AfterFields: in ComputeDynamicType()
5705 case ConstructionPhase::Destroying: in ComputeDynamicType()
[all …]