Searched refs:NewAllocatedObjectConstructionContext (Results 1 – 5 of 5) sorted by relevance
438 class NewAllocatedObjectConstructionContext : public ConstructionContext {443 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext() function
180 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
5064 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context()
165 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in prepareForObjectConstruction()
685 if (CC && isa<NewAllocatedObjectConstructionContext>(CC) && in mayInlineCallKind()