Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp773 enum class ConstructionPhase { enum
898 llvm::DenseMap<ObjectUnderConstruction, ConstructionPhase>
918 .insert({Object, HasBases ? ConstructionPhase::Bases in EvaluatingConstructorRAII()
919 : ConstructionPhase::AfterBases}) in EvaluatingConstructorRAII()
923 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterBases; in finishedConstructingBases()
926 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterFields; in finishedConstructingFields()
940 .insert({Object, ConstructionPhase::Destroying}) in EvaluatingDestructorRAII()
945 ConstructionPhase::DestroyingBases; in startedDestroyingBases()
953 ConstructionPhase
3964 ConstructionPhase::None) { in findSubobject()
[all …]