Searched refs:CXXInheritedConstructorCall (Results 1 – 2 of 2) sorted by relevance
1055 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {1059 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() function1065 CXXInheritedConstructorCall(const CXXInheritedConstructorCall &Other) =1069 new (Dest) CXXInheritedConstructorCall(*this); in cloneTo()1447 CallEventRef<CXXInheritedConstructorCall>1452 return create<CXXInheritedConstructorCall>(E, Target, State, LCtx, ElemRef); in getCXXInheritedConstructorCall()
970 CXXInheritedConstructorCall::getInheritingStackFrame() const { in getInheritingStackFrame()