Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h887 ObjCMethodCall(const ObjCMessageExpr *Msg, ProgramStateRef St, in ObjCMethodCall() function
893 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} in ObjCMethodCall() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h38 class ObjCMethodCall; variable