Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h145 const Expr *SourceOfTheValue; member
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2048 if (P.getAs<CallEnter>() && SI.SourceOfTheValue) in constructNote()
2049 L = PathDiagnosticLocation(SI.SourceOfTheValue, BRC.getSourceManager(), in constructNote()