Lines Matching defs:suppressions
1398 /// Getter for the vector of suppressions that specify which diff node
1401 /// @return the set of suppressions.
1403 diff_context::suppressions() const
1410 /// existing set of suppressions specifications of the diff context.
2364 /// Note that private type suppressions are auto-generated from the
2376 const suppressions_type& suppressions = context()->suppressions();
2377 for (suppressions_type::const_iterator i = suppressions.begin();
2378 i != suppressions.end();
9240 const suppressions_type& suppressions = ctxt->suppressions();
9241 for (suppressions_type::const_iterator i = suppressions.begin();
9242 i != suppressions.end();
10694 /// applies the filters and suppressions only the first time it is
11676 /// Walk a given diff-sub tree and appply the suppressions carried by
11681 /// @param diff_tree the diff-sub tree to apply the suppressions to.
11685 if (diff_tree && !diff_tree->context()->suppressions().empty())
11687 // Apply suppressions to functions and variables that have
11698 /// Walk a given diff-sub tree and appply the suppressions carried by
11703 /// @param diff_tree the diff-sub tree to apply the suppressions to.
11708 /// Walk a @ref corpus_diff tree and appply the suppressions carried
11713 /// @param diff_tree the diff tree to apply the suppressions to.
11717 if (diff_tree && !diff_tree->context()->suppressions().empty())
11737 /// Walk a diff tree and appply the suppressions carried by the
11742 /// @param diff_tree the diff tree to apply the suppressions to.