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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  294     return decodeRecord(R, I->AttrValues, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  445   for (const auto &A : I.AttrValues)
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
   89     if (I.AttrKeys.size() != I.AttrValues.size())
   94       Attrs << " \"" << I.AttrKeys[Idx] << "=" << I.AttrValues[Idx] << "\"";
tools/clang/tools/extra/clang-doc/Representation.h
   50   CommentInfo &operator=(CommentInfo &&Other) = default;
   54                             SelfClosing, Explicit, AttrKeys, AttrValues, Args);
   58                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   73                             SelfClosing, Explicit, AttrKeys, AttrValues, Args);
   77                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
tools/clang/tools/extra/clang-doc/Serialize.cpp
  118     CurrentCI.AttrValues.push_back(Attr.Value);
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  153   IO.mapOptional("AttrValues", I.AttrValues,
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
  205   HTML->Children.back()->AttrValues.emplace_back("test");
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   51   ASSERT_EQ(Expected.AttrValues.size(), Actual.AttrValues.size());
   51   ASSERT_EQ(Expected.AttrValues.size(), Actual.AttrValues.size());
   52   for (size_t Idx = 0; Idx < Actual.AttrValues.size(); ++Idx)
   53     EXPECT_EQ(Expected.AttrValues[Idx], Actual.AttrValues[Idx]);
   53     EXPECT_EQ(Expected.AttrValues[Idx], Actual.AttrValues[Idx]);
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
  257   HTML->Children.back()->AttrValues.emplace_back("test");
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
  311   HTML->Children.back()->AttrValues.emplace_back("test");