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

References

tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
 1593   C.Name = "x";
 1594   C.Signature = "(bool) const";
 1595   C.SnippetSuffix = "(${0:bool})";
 1596   C.ReturnType = "int";
 1597   C.RequiredQualifier = "Foo::";
 1598   C.Scope = "ns::Foo::";
 1599   C.Documentation = "This is x().";
 1600   C.Includes.emplace_back();
 1601   auto &Include = C.Includes.back();
 1603   C.Kind = CompletionItemKind::Method;
 1604   C.Score.Total = 1.0;
 1605   C.Origin = SymbolOrigin::AST | SymbolOrigin::Static;
 1612   auto R = C.render(Opts);
 1624   R = C.render(Opts);
 1629   R = C.render(Opts);
 1634   R = C.render(Opts);
 1637   C.BundleSize = 2;
 1638   R = C.render(Opts);
 1641   C.Deprecated = true;
 1642   R = C.render(Opts);