Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp237 CallEventRef<ObjCMethodCall> Call = Mgr.getObjCMethodCall( in generateDiagnosticsForCallLike()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1427 getObjCMethodCall(const ObjCMessageExpr *E, ProgramStateRef State, in getObjCMethodCall() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp383 CEMgr.getObjCMethodCall(ME, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction()
H A DCallEvent.cpp1495 return getObjCMethodCall(ME, State, LC, ElemRef); in getCall()