Searched refs:OuterCtor (Results 1 – 2 of 2) sorted by relevance
637 const auto *OuterCtor = dyn_cast_or_null<CXXConstructExpr>( in handleConstructor() local640 (!OuterCtor || in handleConstructor()641 OuterCtor->getConstructionKind() == CXXConstructionKind::Complete || in handleConstructor()642 OuterCtor->getConstructionKind() == CXXConstructionKind::Delegating) && in handleConstructor()645 (void)OuterCtor; in handleConstructor()
2301 const auto *OuterCtor = cast<CXXConstructorDecl>(CurCodeDecl); in EmitInheritedCXXConstructorCall() local2302 assert(OuterCtor->getNumParams() == D->getNumParams()); in EmitInheritedCXXConstructorCall()2303 assert(!OuterCtor->isVariadic() && "should have been inlined"); in EmitInheritedCXXConstructorCall()2305 for (const auto *Param : OuterCtor->parameters()) { in EmitInheritedCXXConstructorCall()2307 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()