Searched refs:AttrKeys (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | ClangDocTest.cpp | 47 ASSERT_EQ(Expected.AttrKeys.size(), Actual.AttrKeys.size()); in CheckCommentInfo() 48 for (size_t Idx = 0; Idx < Actual.AttrKeys.size(); ++Idx) in CheckCommentInfo() 49 EXPECT_EQ(Expected.AttrKeys[Idx], Actual.AttrKeys[Idx]); in CheckCommentInfo()
|
D | MDGeneratorTest.cpp | 254 HTML->Children.back()->AttrKeys.emplace_back("class"); in TEST()
|
D | BitcodeTest.cpp | 204 HTML->Children.back()->AttrKeys.emplace_back("class"); in TEST()
|
D | YAMLGeneratorTest.cpp | 310 HTML->Children.back()->AttrKeys.emplace_back("class"); 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); 106 AttrKeys; // List of attribute keys (for HTML). member
|
D | MDGenerator.cpp | 99 if (I.AttrKeys.size() != I.AttrValues.size()) in writeDescription() 103 for (unsigned Idx = 0; Idx < I.AttrKeys.size(); ++Idx) in writeDescription() 104 Attrs << " \"" << I.AttrKeys[Idx] << "=" << I.AttrValues[Idx] << "\""; in writeDescription()
|
D | YAMLGenerator.cpp | 151 IO.mapOptional("AttrKeys", I.AttrKeys, in CommentInfoMapping()
|
D | BitcodeWriter.cpp | 443 for (const auto &A : I.AttrKeys) in emitBlock()
|
D | Serialize.cpp | 117 CurrentCI.AttrKeys.push_back(Attr.Name); in visitHTMLStartTagComment()
|
D | BitcodeReader.cpp | 292 return decodeRecord(R, I->AttrKeys, Blob); in parseRecord()
|