Home
last modified time | relevance | path

Searched refs:hover (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/lld/docs/llvm-theme/static/
H A Dllvm.css86 div.related ul li a:hover {
152 a:hover {
189 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
190 h5:hover a.anchor, h6:hover a.anchor {
194 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
195 h5 a.anchor:hover, h6 a.anchor:hover {
208 a.headerlink:hover {
240 a tt:hover {
/llvm-project-15.0.7/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css85 div.related ul li a:hover {
151 a:hover {
177 h3 a:hover {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
214 h5:hover a.anchor, h6:hover a.anchor {
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
219 h5 a.anchor:hover, h6 a.anchor:hover {
232 a.headerlink:hover {
263 p a tt:hover {
/llvm-project-15.0.7/openmp/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css85 div.related ul li a:hover {
151 a:hover {
177 h3 a:hover {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
214 h5:hover a.anchor, h6:hover a.anchor {
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
219 h5 a.anchor:hover, h6 a.anchor:hover {
232 a.headerlink:hover {
263 p a tt:hover {
/llvm-project-15.0.7/flang/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css85 div.related ul li a:hover {
151 a:hover {
177 h3 a:hover {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
214 h5:hover a.anchor, h6:hover a.anchor {
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
219 h5 a.anchor:hover, h6 a.anchor:hover {
232 a.headerlink:hover {
263 p a tt:hover {
/llvm-project-15.0.7/openmp/docs/_themes/llvm-openmp-theme/static/
H A Dagogo.css_t94 h1:hover > a.headerlink,
95 h2:hover > a.headerlink,
96 h3:hover > a.headerlink,
97 h4:hover > a.headerlink,
98 h5:hover > a.headerlink,
99 h6:hover > a.headerlink,
100 dt:hover > a.headerlink,
101 caption:hover > a.headerlink,
102 p.caption:hover > a.headerlink,
103 div.code-block-caption:hover > a.headerlink {
[all …]
/llvm-project-15.0.7/mlir/test/mlir-pdll-lsp-server/
H A Dhover.test12 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
36 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
60 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
84 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
108 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
132 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
156 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp73 Hover hover(range); in buildHover() local
75 llvm::raw_string_ostream hoverOS(hover.contents.value); in buildHover()
79 return hover; in buildHover()
H A DProtocol.cpp556 llvm::json::Value mlir::lsp::toJSON(const Hover &hover) { in toJSON() argument
557 llvm::json::Object result{{"contents", toJSON(hover.contents)}}; in toJSON()
558 if (hover.range) in toJSON()
559 result["range"] = toJSON(*hover.range); in toJSON()
H A DProtocol.h523 llvm::json::Value toJSON(const Hover &hover);
/llvm-project-15.0.7/mlir/test/mlir-lsp-server/
H A Dhover.test12 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
36 {"jsonrpc":"2.0","id":2,"method":"textDocument/hover","params":{
60 {"jsonrpc":"2.0","id":3,"method":"textDocument/hover","params":{
84 {"jsonrpc":"2.0","id":4,"method":"textDocument/hover","params":{
108 {"jsonrpc":"2.0","id":5,"method":"textDocument/hover","params":{
132 {"jsonrpc":"2.0","id":6,"method":"textDocument/hover","params":{
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dstyle.test26 STYLE-DAG: .column-entry-yellow:hover
28 STYLE-DAG: .column-entry-red:hover
30 STYLE-DAG: .column-entry-green:hover
38 STYLE-DAG: tr:hover
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dhover.test6 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{"textDocument":{"uri":"test:///main…
27 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{"textDocument":{"uri":"test:///main…
34 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{"textDocument":{"uri":"test:///main…
H A Dcheck.test11 // CHECK-DAG: hover: true
/llvm-project-15.0.7/clang/www/analyzer/
H A Dmenu.css16 #nav a:hover {
49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
/llvm-project-15.0.7/lldb/docs/_static/
H A Dlldb.css66 div.sphinxsidebar a:hover {
75 div.sphinxsidebar li:hover {
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp477 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForOperation() local
478 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForOperation()
505 return hover; in buildHoverForOperation()
513 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForOperationResult() local
514 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForOperationResult()
540 return hover; in buildHoverForOperationResult()
546 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForBlock() local
547 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForBlock()
572 return hover; in buildHoverForBlock()
579 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForBlockArgument()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dclang-doc-default-stylesheet.css84 ::-webkit-scrollbar-button:hover{ background-color: #AAA; }
86 ::-webkit-scrollbar-thumb:hover{ background-color: #CCC; }
249 a:hover {
322 header a:hover {
513 footer a, footer a:hover {
706 .sidebar h5 a:hover {
900 .tt-suggestion:hover {
906 .tt-suggestion:hover .search-from-lib {
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp546 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForOpName() local
548 llvm::raw_string_ostream hoverOS(hover.contents.value); in buildHoverForOpName()
553 return hover; in buildHoverForOpName()
558 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForVariable() local
564 return hover; in buildHoverForVariable()
569 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForPattern() local
587 return hover; in buildHoverForPattern()
593 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForCoreConstraint() local
614 return hover; in buildHoverForCoreConstraint()
620 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForUserConstraintOrRewrite() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/_static/
H A Dclang-tools-extra-styles.css20 details summary:hover {
/llvm-project-15.0.7/llvm/test/Other/ChangePrinters/DotCfg/
H A Dprint-changed-dot-cfg.ll125 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
142 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
158 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
175 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
192 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
211 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
230 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
249 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
267 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
274 … text-align: left; outline: none; font-size: 15px;} .active, .collapsible:hover { background-color…
[all …]
/llvm-project-15.0.7/llvm/docs/_ocamldoc/
H A Dstyle.css77 a, a:link, a:visited, a:active, a:hover { color : #00B; text-decoration: none }
78 a:hover { text-decoration : underline }
/llvm-project-15.0.7/mlir/test/tblgen-lsp-server/
H A Dhover.test12 {"jsonrpc":"2.0","id":1,"method":"textDocument/hover","params":{
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md116 ![IMG](/mlir-lsp-server/hover.png)
217 ![IMG](/mlir-pdll-lsp-server/hover.png)
413 - Types and documentation on hover
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo-js.css209 div.vjs-big-play-button:hover {
/llvm-project-15.0.7/clang/docs/
H A DReleaseNotes.rst215 statement in clangd (hover over the symbol, jump to definition) as well as in the AST dump.