Lines Matching refs:ConstructionContextLayer
21 const ConstructionContextLayer *
22 ConstructionContextLayer::create(BumpVectorContext &C, in create()
24 const ConstructionContextLayer *Parent) { in create()
25 ConstructionContextLayer *CC = in create()
26 C.getAllocator().Allocate<ConstructionContextLayer>(); in create()
27 return new (CC) ConstructionContextLayer(Item, Parent); in create()
30 bool ConstructionContextLayer::isStrictlyMoreSpecificThan( in isStrictlyMoreSpecificThan()
31 const ConstructionContextLayer *Other) const { in isStrictlyMoreSpecificThan()
32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan()
48 const ConstructionContextLayer *ParentLayer) { in createMaterializedTemporaryFromLayers()
97 const ConstructionContextLayer *ParentLayer) { in createBoundTemporaryFromLayers()
165 BumpVectorContext &C, const ConstructionContextLayer *TopLayer) { in createFromLayers()