Searched defs:CXXConstructorCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h817 class CXXConstructorCall : public AnyFunctionCall { class in namespace:clang::ento
828 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, function in class:clang::ento::CXXConstructorCall
836 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } variable

Completed in 157 milliseconds