Searched refs:NECC (Results 1 – 2 of 2) sorted by relevance
166 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in computeObjectUnderConstruction() local167 const auto *NE = NECC->getCXXNewExpr(); in computeObjectUnderConstruction()
5400 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context() local5401 Stmts.push_back(NECC->getCXXNewExpr()); in print_construction_context()