Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp201 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in addVisitorIfNecessary() local
202 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
224 BR.markInteresting(CalleeContext); in addVisitorIfNecessary()
225 BR.addVisitor(new ReturnVisitor(CalleeContext, EnableNullFPSuppression)); in addVisitorIfNecessary()