Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp566 maybeEmitNote(PathSensitiveBugReport &R, const CallEvent &Call,
684 return maybeEmitNote(R, Call, N, {}, SelfRegion, "self", in maybeEmitNoteForObjCSelf()
696 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()
723 return maybeEmitNote(R, Call, N, {}, MR, ParamName, in maybeEmitNoteForParameters()
735 return maybeEmitNote(R, Call, N, *P, RegionOfInterest, ParamName, in maybeEmitNoteForParameters()
757 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote() function in NoStoreFuncVisitor