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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h708 class CXXConstructorCall : public AnyFunctionCall { class in namespace:clang::ento
719 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, function in class:clang::ento::CXXConstructorCall
725 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} function in class:clang::ento::CXXConstructorCall
726 virtual void cloneTo(void *Dest) const { new (Dest) CXXConstructorCall(*this); }
979 CallEventRef<CXXConstructorCall>
982 return create<CXXConstructorCall>(E, Target, State, LCtx);

Completed in 186 milliseconds