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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h755 class ObjCMethodCall : public CallEvent { class in namespace:clang::ento
761 ObjCMethodCall(const ObjCMessageExpr *Msg, ProgramStateRef St, function in class:clang::ento::ObjCMethodCall
767 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} function in class:clang::ento::ObjCMethodCall
768 virtual void cloneTo(void *Dest) const { new (Dest) ObjCMethodCall(*this); }
913 CallEventRef<ObjCMethodCall>
916 return create<ObjCMethodCall>(E, State, LCtx);

Completed in 160 milliseconds