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.cpp754 enum class ConstructionPhase { enum
879 llvm::DenseMap<ObjectUnderConstruction, ConstructionPhase>
899 .insert({Object, HasBases ? ConstructionPhase::Bases in EvaluatingConstructorRAII()
900 : ConstructionPhase::AfterBases}) in EvaluatingConstructorRAII()
904 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterBases; in finishedConstructingBases()
907 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterFields; in finishedConstructingFields()
921 .insert({Object, ConstructionPhase::Destroying}) in EvaluatingDestructorRAII()
926 ConstructionPhase::DestroyingBases; in startedDestroyingBases()
934 ConstructionPhase
3742 ConstructionPhase::None) { in findSubobject()
[all …]