Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp749 enum class ConstructionPhase { enum
921 ConstructionPhase::DestroyingBases; in startedDestroyingBases()
929 ConstructionPhase
3714 ConstructionPhase::None) { in findSubobject()
5789 case ConstructionPhase::Bases: in ComputeDynamicType()
5790 case ConstructionPhase::DestroyingBases: in ComputeDynamicType()
5795 case ConstructionPhase::None: in ComputeDynamicType()
5796 case ConstructionPhase::AfterBases: in ComputeDynamicType()
5797 case ConstructionPhase::AfterFields: in ComputeDynamicType()
5798 case ConstructionPhase::Destroying: in ComputeDynamicType()
[all …]