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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h849 class ObjCMethodCall : public CallEvent { class in namespace:clang::ento
855 ObjCMethodCall(const ObjCMessageExpr *Msg, ProgramStateRef St, function in class:clang::ento::ObjCMethodCall
861 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} function in class:clang::ento::ObjCMethodCall
862 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } variable

Completed in 105 milliseconds