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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h687 class CXXConstructorCall : public AnyFunctionCall { class in namespace:clang::ento
698 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, function in class:clang::ento::CXXConstructorCall
704 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} function in class:clang::ento::CXXConstructorCall
705 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } variable
965 CallEventRef<CXXConstructorCall>
968 return create<CXXConstructorCall>(E, Target, State, LCtx);

Completed in 350 milliseconds