Home
last modified time | relevance | path

Searched refs:getObjCMethodCall (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineObjC.cpp151 CallEventRef<ObjCMethodCall> Msg = CEMgr.getObjCMethodCall( in VisitObjCMessage()
HDExprEngineCXX.cpp383 CEMgr.getObjCMethodCall(ME, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction()
HDCallEvent.cpp1495 return getObjCMethodCall(ME, State, LC, ElemRef); in getCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.cpp237 CallEventRef<ObjCMethodCall> Call = Mgr.getObjCMethodCall( in generateDiagnosticsForCallLike()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h1427 getObjCMethodCall(const ObjCMessageExpr *E, ProgramStateRef State, in getObjCMethodCall() function