reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/FormatVariadic.h
   49       : Type(ReplacementType::Literal), Spec(Literal) {}
  109       if (R.Type == ReplacementType::Literal) {
unittests/Support/FormatVariadicTest.cpp
   48   EXPECT_EQ(ReplacementType::Literal, Replacements[0].Type);
   56   EXPECT_EQ(ReplacementType::Literal, Replacements[0].Type);
   62   EXPECT_EQ(ReplacementType::Literal, Replacements[0].Type);
  240   EXPECT_EQ(ReplacementType::Literal, Replacements[1].Type);
  251   EXPECT_EQ(ReplacementType::Literal, Replacements[3].Type);