Searched refs:AttrValues (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | ClangDocTest.cpp | 51 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()
|
D | MDGeneratorTest.cpp | 255 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST()
|
D | BitcodeTest.cpp | 205 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST()
|
D | YAMLGeneratorTest.cpp | 311 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Representation.h | 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); 108 AttrValues; // List of attribute values for each key (for HTML). member
|
D | MDGenerator.cpp | 99 if (I.AttrKeys.size() != I.AttrValues.size()) in writeDescription() 104 Attrs << " \"" << I.AttrKeys[Idx] << "=" << I.AttrValues[Idx] << "\""; in writeDescription()
|
D | YAMLGenerator.cpp | 153 IO.mapOptional("AttrValues", I.AttrValues, in CommentInfoMapping()
|
D | BitcodeWriter.cpp | 445 for (const auto &A : I.AttrValues) in emitBlock()
|
D | Serialize.cpp | 118 CurrentCI.AttrValues.push_back(Attr.Value); in visitHTMLStartTagComment()
|
D | BitcodeReader.cpp | 294 return decodeRecord(R, I->AttrValues, Blob); in parseRecord()
|