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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h804 class ObjCMethodCall : public CallEvent { class in namespace:clang::ento
810 ObjCMethodCall(const ObjCMessageExpr *Msg, ProgramStateRef St, function in class:clang::ento::ObjCMethodCall
816 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} function in class:clang::ento::ObjCMethodCall

Completed in 104 milliseconds