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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h791 class ObjCMethodCall : public CallEvent { class in namespace:clang::ento
797 ObjCMethodCall(const ObjCMessageExpr *Msg, ProgramStateRef St, function in class:clang::ento::ObjCMethodCall
803 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} function in class:clang::ento::ObjCMethodCall
804 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } variable
959 CallEventRef<ObjCMethodCall>
962 return create<ObjCMethodCall>(E, State, LCtx);

Completed in 259 milliseconds