Lines Matching defs:Documentation
74 return arg.Documentation && arg.Documentation->asPlainText() == D;
106 MATCHER(isDocumented, "") { return arg.Documentation.has_value(); }
1083 TEST(CompletionTest, Documentation) {
2117 ASSERT_TRUE(A.Documentation);
2120 A.Documentation->asPlainText(),
2278 C.Documentation.emplace();
2279 C.Documentation->addParagraph().appendText("This is ").appendCode("x()");
2652 Foo0.Documentation = "doc from the index";
2654 Foo1.Documentation = "doc from the index";