Lines Matching refs:ConstructionContextLayer
513 llvm::DenseMap<Expr *, const ConstructionContextLayer *>
714 void consumeConstructionContext(const ConstructionContextLayer *Layer,
722 void findConstructionContexts(const ConstructionContextLayer *Layer,
738 ConstructionContextLayer::create(cfg->getBumpVectorContext(), in findConstructionContextsForArguments()
786 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1403 const ConstructionContextLayer *Layer, Expr *E) { in consumeConstructionContext()
1406 if (const ConstructionContextLayer *PreviouslyStoredLayer = in consumeConstructionContext()
1419 const ConstructionContextLayer *Layer, Stmt *Child) { in findConstructionContexts()
1427 return ConstructionContextLayer::create(cfg->getBumpVectorContext(), Item, in findConstructionContexts()
1726 ConstructionContextLayer::create(cfg->getBumpVectorContext(), I), in addInitializer()
3017 ConstructionContextLayer::create(cfg->getBumpVectorContext(), DS), in VisitDeclSubExpr()
3219 ConstructionContextLayer::create(cfg->getBumpVectorContext(), R), in VisitReturnStmt()
3436 findConstructionContexts(ConstructionContextLayer::create( in VisitLambdaExpr()
3625 ConstructionContextLayer::create(cfg->getBumpVectorContext(), DS), in VisitForStmt()
3674 ConstructionContextLayer::create(cfg->getBumpVectorContext(), MTE), in VisitMaterializeTemporaryExpr()
3950 ConstructionContextLayer::create(cfg->getBumpVectorContext(), in VisitWhileStmt()
4811 ConstructionContextLayer::create(cfg->getBumpVectorContext(), E), in VisitCXXBindTemporaryExpr()
4839 ConstructionContextLayer::create(cfg->getBumpVectorContext(), NE), in VisitCXXNewExpr()