Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Remarks/
H A DRemarkLinker.cpp69 static bool shouldKeepRemark(const Remark &R) { return R.Loc.has_value(); } in shouldKeepRemark() function
101 if (shouldKeepRemark(**Next)) in link()