Lines Matching refs:Strategy
129 class Strategy;
205 virtual std::optional<FixItList> getFixits(const Strategy &) const { in getFixits()
433 class Strategy { class
449 Strategy() = default;
450 Strategy(const Strategy &) = delete; // Let's avoid copies.
451 Strategy(Strategy &&) = default;
611 getFixIts(FixableGadgetSets &FixablesForUnsafeVars, const Strategy &S) { in getFixIts()
637 static Strategy
639 Strategy S; in getNaiveStrategy()
641 S.set(VD, Strategy::Kind::Span); in getNaiveStrategy()
676 Strategy NaiveStrategy = getNaiveStrategy(UnsafeVars); in checkUnsafeBufferUsage()