Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp718 enum class ConstructionPhase { enum
843 llvm::DenseMap<ObjectUnderConstruction, ConstructionPhase>
863 .insert({Object, HasBases ? ConstructionPhase::Bases in EvaluatingConstructorRAII()
864 : ConstructionPhase::AfterBases}) in EvaluatingConstructorRAII()
868 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterBases; in finishedConstructingBases()
871 EI.ObjectsUnderConstruction[Object] = ConstructionPhase::AfterFields; in finishedConstructingFields()
885 .insert({Object, ConstructionPhase::Destroying}) in EvaluatingDestructorRAII()
890 ConstructionPhase::DestroyingBases; in startedDestroyingBases()
898 ConstructionPhase
3635 ConstructionPhase::None) { in findSubobject()
[all …]