Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp326 callEnterWithin = call->getCallEnterWithinCallerEvent(); in FlushDiagnosticsImpl() local
327 if (callEnterWithin) in FlushDiagnosticsImpl()
328 AddFID(FM, Fids, *SM, callEnterWithin->getLocation().asLocation()); in FlushDiagnosticsImpl()
DPathDiagnostic.cpp134 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation())) in getFirstStackedCallToHeaderFile()
305 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation(); in compareCall()
306 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation(); in compareCall()
903 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM); in setCallee()
994 if (!callEnterWithin.asLocation().isValid()) in getCallEnterWithinCallerEvent()
1008 return new PathDiagnosticEventPiece(callEnterWithin, Out.str()); in getCallEnterWithinCallerEvent()
DBugReporter.cpp239 if (Call->callEnterWithin.asLocation().isValid() && in adjustCallLocations()
241 ThisCallLocation = &Call->callEnterWithin; in adjustCallLocations()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h573 PathDiagnosticLocation callEnterWithin; variable