Home
last modified time | relevance | path

Searched refs:OuterCtor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp672 const auto *OuterCtor = dyn_cast_or_null<CXXConstructExpr>( in handleConstructor() local
675 (!OuterCtor || in handleConstructor()
676 OuterCtor->getConstructionKind() == CXXConstructionKind::Complete || in handleConstructor()
677 OuterCtor->getConstructionKind() == CXXConstructionKind::Delegating) && in handleConstructor()
680 (void)OuterCtor; in handleConstructor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2296 const auto *OuterCtor = cast<CXXConstructorDecl>(CurCodeDecl); in EmitInheritedCXXConstructorCall() local
2297 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()