Searched refs:NewAllocatedObjectConstructionContext (Results 1 – 5 of 5) sorted by relevance
463 class NewAllocatedObjectConstructionContext : public ConstructionContext {468 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext() function
185 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
5706 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context()
169 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in computeObjectUnderConstruction()
873 if (llvm::isa_and_nonnull<NewAllocatedObjectConstructionContext>(CC) && in mayInlineCallKind()