Home
last modified time | relevance | path

Searched refs:callEnterWithin (Results 1 – 7 of 7) 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/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp256 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation(); in compareCall()
257 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation(); in compareCall()
873 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM); in setCallee()
1022 if (!callEnterWithin.asLocation().isValid()) in getCallEnterWithinCallerEvent()
1036 return std::make_shared<PathDiagnosticEventPiece>(callEnterWithin, Out.str()); in getCallEnterWithinCallerEvent()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h593 PathDiagnosticLocation callEnterWithin; variable
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h573 PathDiagnosticLocation callEnterWithin; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp512 if (Call->callEnterWithin.asLocation().isValid() && in adjustCallLocations()
514 ThisCallLocation = &Call->callEnterWithin; in adjustCallLocations()
3192 if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr)) in getFirstStackedCallToHeaderFile()