Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h1048 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {
1052 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() function
1058 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()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp950 CXXInheritedConstructorCall::getInheritingStackFrame() const { in getInheritingStackFrame()