Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DClangDocTest.cpp51 ASSERT_EQ(Expected.AttrValues.size(), Actual.AttrValues.size()); in CheckCommentInfo()
52 for (size_t Idx = 0; Idx < Actual.AttrValues.size(); ++Idx) in CheckCommentInfo()
53 EXPECT_EQ(Expected.AttrValues[Idx], Actual.AttrValues[Idx]); in CheckCommentInfo()
DMDGeneratorTest.cpp255 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST()
DBitcodeTest.cpp205 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST()
DYAMLGeneratorTest.cpp311 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST()
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h54 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);
108 AttrValues; // List of attribute values for each key (for HTML). member
DMDGenerator.cpp99 if (I.AttrKeys.size() != I.AttrValues.size()) in writeDescription()
104 Attrs << " \"" << I.AttrKeys[Idx] << "=" << I.AttrValues[Idx] << "\""; in writeDescription()
DYAMLGenerator.cpp153 IO.mapOptional("AttrValues", I.AttrValues, in CommentInfoMapping()
DBitcodeWriter.cpp445 for (const auto &A : I.AttrValues) in emitBlock()
DSerialize.cpp118 CurrentCI.AttrValues.push_back(Attr.Value); in visitHTMLStartTagComment()
DBitcodeReader.cpp294 return decodeRecord(R, I->AttrValues, Blob); in parseRecord()