Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1055 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {
1059 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() function
1065 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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp970 CXXInheritedConstructorCall::getInheritingStackFrame() const { in getInheritingStackFrame()