Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp433 maybeEmitNote(PathSensitiveBugReport &R, const CallEvent &Call,
589 return maybeEmitNote(R, *Call, N, {}, SelfRegion, "self", in VisitNode()
598 return maybeEmitNote(R, *Call, N, {}, ThisR, "this", in VisitNode()
617 return maybeEmitNote(R, *Call, N, {}, MR, ParamName, in VisitNode()
627 return maybeEmitNote(R, *Call, N, *P, RegionOfInterest, ParamName, in VisitNode()
678 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote() function in NoStoreFuncVisitor