Searched refs:OuterCtor (Results 1 – 2 of 2) sorted by relevance
672 const auto *OuterCtor = dyn_cast_or_null<CXXConstructExpr>( in handleConstructor() local675 (!OuterCtor || in handleConstructor()676 OuterCtor->getConstructionKind() == CXXConstructionKind::Complete || in handleConstructor()677 OuterCtor->getConstructionKind() == CXXConstructionKind::Delegating) && in handleConstructor()680 (void)OuterCtor; in handleConstructor()
2296 const auto *OuterCtor = cast<CXXConstructorDecl>(CurCodeDecl); in EmitInheritedCXXConstructorCall() local2297 assert(OuterCtor->getNumParams() == D->getNumParams()); in EmitInheritedCXXConstructorCall()2298 assert(!OuterCtor->isVariadic() && "should have been inlined"); in EmitInheritedCXXConstructorCall()2300 for (const auto *Param : OuterCtor->parameters()) { in EmitInheritedCXXConstructorCall()2302 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()