Searched refs:getCalleeContext (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp42 const StackFrameContext *calleeCtx = CE.getCalleeContext();
87 S = CEE->getCalleeContext()->getCallSite();
98 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
106 if (CE->getCalleeContext() == SF)
H A DPathDiagnostic.cpp679 return getLocationForCaller(CE->getCalleeContext(),
683 return getLocationForCaller(CEE->getCalleeContext(),
702 return CEE->getCalleeContext()->getCallSite();
887 PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(),
904 const StackFrameContext *CalleeCtx = CE.getCalleeContext();
1128 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite();
H A DBugReporterVisitors.cpp181 if (CEE->getCalleeContext()->getCallSite() == S)
201 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
348 if (CE->getCalleeContext() != StackFrame)
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
928 if (CEE->getCalleeContext()->getCallSite() == S ||
929 CEE->getCalleeContext()->getCallSite() == Inner)
1607 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);
1638 BR.markInteresting(CEnter->getCalleeContext());
H A DBugReporter.cpp584 LCM[&C->path] = CE->getCalleeContext();
608 LCM[&C->path] = CE->getCalleeContext();
1420 const Stmt *S = CE->getCalleeContext()->getCallSite();
1429 LCM[&C->path] = CE->getCalleeContext();
1444 const Decl *D = CE->getCalleeContext()->getDecl();
1466 LCM[&C->path] = CE->getCalleeContext();
1665 const StackFrameContext *CalleeLC = CE->getCalleeContext();
1692 LCM[&C->path] == CE->getCalleeContext());
1693 LCM[&C->path] = CE->getCalleeContext();
1727 const Stmt *S = CE->getCalleeContext()
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h571 const StackFrameContext *getCalleeContext() const { function in class:clang::CallEnter
615 const StackFrameContext *getCalleeContext() const { function in class:clang::CallExitEnd
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp531 AllocStmt = Exit->getCalleeContext()->getCallSite();
H A DMallocChecker.cpp1775 AllocationStmt = Exit->getCalleeContext()->getCallSite();
2283 S = Exit->getCalleeContext()->getCallSite();
H A DRetainCountChecker.cpp2190 InitMethodContext = CEP->getCalleeContext();
2348 AllocStmt = Exit->getCalleeContext()->getCallSite();
2838 const StackFrameContext *Frame = PP.getCalleeContext();

Completed in 328 milliseconds