Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h810 ObjCMethodCall(const ObjCMessageExpr *Msg, ProgramStateRef St, in ObjCMethodCall() function
816 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} in ObjCMethodCall() function
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDCheckerManager.h37 class ObjCMethodCall; variable