Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp130 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones()
188 R->addNote("Similar code using '" + in reportSuspiciousClones()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h270 void addNote(StringRef Msg, const PathDiagnosticLocation &Pos, in addNote() function
282 void addNote(StringRef Msg, const PathDiagnosticLocation &Pos) { in addNote() function
284 addNote(Msg, Pos, Ranges); in addNote()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp197 Report->addNote(Pair.second, in checkEndFunction()