Searched refs:CXXInheritedConstructorCall (Results 1 – 2 of 2) sorted by relevance
1048 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {1052 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() function1058 CXXInheritedConstructorCall(const CXXInheritedConstructorCall &Other) =1062 new (Dest) CXXInheritedConstructorCall(*this); in cloneTo()1440 CallEventRef<CXXInheritedConstructorCall>1445 return create<CXXInheritedConstructorCall>(E, Target, State, LCtx, ElemRef); in getCXXInheritedConstructorCall()
950 CXXInheritedConstructorCall::getInheritingStackFrame() const { in getInheritingStackFrame()