Searched refs:getNoteTag (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h248 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { function in class:clang::ento::CheckerContext
252 /// A shorthand version of getNoteTag that doesn't require you to accept
259 const NoteTag *getNoteTag(std::function<std::string(BugReport &)> &&Cb, function in class:clang::ento::CheckerContext
261 return getNoteTag(
266 /// A shorthand version of getNoteTag that doesn't require you to accept
273 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, function in namespace:clang::ento
275 return getNoteTag([Cb](BugReporterContext &, BugReport &) { return Cb(); },
279 /// A shorthand version of getNoteTag that accepts a plain note.
285 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { function in namespace:clang
286 return getNoteTag(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp56 C.getNoteTag([MD](BugReport &BR) -> std::string {
66 C.getNoteTag([MD](BugReport &BR) -> std::string {
H A DCastValueChecker.cpp103 static const NoteTag *getNoteTag(CheckerContext &C, function
112 return C.getNoteTag(
213 getNoteTag(C, CastInfo, CastToTy, Object, CastSucceeds, IsKnownCast));
254 getNoteTag(C, CastInfo, CastToTy, Call.getArgExpr(0), CastSucceeds,
284 C.getNoteTag("Assuming null pointer is passed into cast",
H A DReturnValueChecker.cpp101 const NoteTag *CallTag = C.getNoteTag(
148 const NoteTag *CallTag = C.getNoteTag(
H A DMIGChecker.cpp213 const NoteTag *T = C.getNoteTag([this, PVD](BugReport &BR) -> std::string {
H A DFuchsiaHandleChecker.cpp361 T = C.getNoteTag(

Completed in 109 milliseconds