Searched refs:NewAllocatedObjectConstructionContext (Results 1 – 5 of 5) sorted by relevance
440 class NewAllocatedObjectConstructionContext : public ConstructionContext {445 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext() function
179 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
5400 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context()
744 if (llvm::isa_and_nonnull<NewAllocatedObjectConstructionContext>(CC) && in mayInlineCallKind()
166 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in computeObjectUnderConstruction()