Searched refs:CXXInheritedConstructorCall (Results 1 – 2 of 2) sorted by relevance
938 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {942 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() function947 CXXInheritedConstructorCall(const CXXInheritedConstructorCall &Other) =951 new (Dest) CXXInheritedConstructorCall(*this); in cloneTo()1327 CallEventRef<CXXInheritedConstructorCall>1331 return create<CXXInheritedConstructorCall>(E, Target, State, LCtx); in getCXXInheritedConstructorCall()
922 CXXInheritedConstructorCall::getInheritingStackFrame() const { in getInheritingStackFrame()