MCPcopy Create free account

hub / github.com/clice-io/clice / functions

Functions2,129 in github.com/clice-io/clice

↓ 1 callersFunctionbuild_native_tools
Build native host tablegen tools for cross-compilation. When cross-compiling LLVM, build tools like llvm-tblgen must run on the host but woul
scripts/build-llvm.py:18
↓ 1 callersMethodbuild_object
(self, tp, depth: int)
tests/integration/utils/injection.py:126
↓ 1 callersFunctionbuild_params
(tp, mode: str)
tests/integration/utils/injection.py:139
↓ 1 callersMethodbuild_sequence
(self, element, depth: int)
tests/integration/utils/injection.py:118
↓ 1 callersFunctionbuild_snippet
Build a snippet string from a CodeCompletionString. Produces e.g. "funcName(${1:int x}, ${2:float y})" for functions, or "ClassName<${1:T}>" for class
src/feature/code_completion.cpp:164
↓ 1 callersFunctioncalc
tests/data/header_context/utils.h:7
↓ 1 callersMethodcall_hierarchy_incoming
src/server/service/feature_router.cpp:321
↓ 1 callersMethodcall_hierarchy_outgoing
src/server/service/feature_router.cpp:333
↓ 1 callersMethodcall_hierarchy_prepare
src/server/service/feature_router.cpp:306
↓ 1 callersFunctioncamel
(name: str)
tests/integration/utils/injection.py:28
↓ 1 callersFunctioncan_highlight_name
Whether a declaration name is backed by source text that should be highlighted.
src/feature/semantic_tokens.cpp:38
↓ 1 callersMethodcancel_all
src/server/compiler/compile_graph.cpp:379
↓ 1 callersMethodchain_dependents
Headers whose resolved context embeds `path_id` through its include chain — the synthesized preamble copies the chain files' content, so a save along
src/server/compiler/context_resolver.h:138
↓ 1 callersFunctionchild_pids
(parent_pid: int)
tests/integration/lifecycle/test_anomaly.py:24
↓ 1 callersFunctionchoose_marker
Choose a marker to delimit \p text from a prioritized list of options. This is more readable than escaping for plain-text.
src/support/markup.cpp:368
↓ 1 callersFunctionclassify_scope
src/index/tu_index.cpp:19
↓ 1 callersFunctionclean_cache
Remove clice caches for *workspace* (both in-tree and XDG).
tests/prepare.py:46
↓ 1 callersMethodclear_owner
tests/unit/server/worker_pool_tests.cpp:81
↓ 1 callersMethodclone
src/support/markup.cpp:434
↓ 1 callersMethodclose_session
src/server/transport/master_server.cpp:209
↓ 1 callersMethodcode_action
src/server/service/feature_router.cpp:171
↓ 1 callersFunctioncode_complete
src/feature/code_completion.cpp:513
↓ 1 callersMethodcollect
src/feature/document_symbols.cpp:137
↓ 1 callersMethodcollect
src/feature/folding_ranges.cpp:182
↓ 1 callersMethodcollect
src/feature/semantic_tokens.cpp:191
↓ 1 callersMethodcollect_directives
src/compile/directive.cpp:295
↓ 1 callersMethodcompile
src/server/compiler/compile_graph.cpp:266
↓ 1 callersFunctioncomplete_include_path
src/syntax/completion.cpp:66
↓ 1 callersMethodcompletion
src/server/service/feature_router.cpp:175
↓ 1 callersFunctioncompletion_kind
src/feature/code_completion.cpp:51
↓ 1 callersFunctioncompute
Caller function
tests/data/index_features/main.cpp:24
↓ 1 callersFunctioncompute_line_starts
tests/unit/feature/semantic_tokens_tests.cpp:30
↓ 1 callersFunctionconfig_value
tests/data/multi_context/main.cpp:2
↓ 1 callersFunctionconfigure
src/compile/tidy.cpp:310
↓ 1 callersMethodconfigure_tidy
src/compile/compilation.cpp:150
↓ 1 callersMethodconsistent
src/server/compiler/compile_graph.cpp:420
↓ 1 callersFunctioncontained_auto_param_type
Returns the TemplateTypeParmTypeLoc of the implicit template type parameter introduced by an `auto` typed function parameter, if any.
src/semantic/ast_utility.cpp:1269
↓ 1 callersMethodcreate
src/support/glob_pattern.cpp:163
↓ 1 callersMethodcreate_diagnostic
src/compile/diagnostic.cpp:258
↓ 1 callersMethodcreate_invocation
src/compile/compilation.cpp:27
↓ 1 callersFunctioncreate_options
src/compile/tidy.cpp:63
↓ 1 callersMethodcurrent_context
src/server/compiler/context_resolver.cpp:865
↓ 1 callersFunctiondecl_hover
Generate a hover info given the declaration.
src/feature/hover.cpp:654
↓ 1 callersMethoddeclaration
Declarations plus the definition: symbols defined inline have no separate Declaration relation, and navigating to the definition is what every client
src/server/service/feature_router.cpp:275
↓ 1 callersFunctiondeduced_type
src/semantic/ast_utility.cpp:1463
↓ 1 callersFunctiondeduced_type_hover
Generate a hover info given the deduced type.
src/feature/hover.cpp:791
↓ 1 callersFunctiondefault_arg
Default argument might exist but be unavailable, in the case of unparsed arguments for example. This function returns the default argument if it is av
src/feature/hover.cpp:337
↓ 1 callersMethoddefinition
src/server/service/feature_router.cpp:100
↓ 1 callersFunctiondesugar
src/semantic/ast_utility.cpp:1053
↓ 1 callersFunctiondiagnostic_level
src/compile/diagnostic.cpp:147
↓ 1 callersFunctiondiagnostics
src/feature/diagnostics.cpp:59
↓ 1 callersFunctiondiscover
( install_dir: Path, build_dir: Path, skip_patterns: Optional[List[str]] = None, )
scripts/release-llvm.py:140
↓ 1 callersMethoddocument_links
src/server/service/feature_router.cpp:75
↓ 1 callersFunctiondocument_not_open
Error response for feature requests on files with no open session.
src/server/service/feature_router.cpp:29
↓ 1 callersMethoddocument_symbol
src/server/service/feature_router.cpp:167
↓ 1 callersFunctiondownloadFile
( url: string, destPath: string, channel: vscode.OutputChannel, maxRedirects = 5, )
editors/vscode/src/download.ts:146
↓ 1 callersMethoddump_cache_slices
src/server/compiler/context_resolver.cpp:147
↓ 1 callersFunctiondump_pass_type
tests/unit/feature/hover_tests.cpp:86
↓ 1 callersFunctionencode_modifiers
src/feature/semantic_tokens.cpp:29
↓ 1 callersFunctionensureServerBinary
( context: vscode.ExtensionContext, channel: vscode.OutputChannel, )
editors/vscode/src/download.ts:17
↓ 1 callersFunctionenum_is_string
(tp)
tests/integration/utils/injection.py:48
↓ 1 callersFunctionerr
src/support/logging.h:168
↓ 1 callersMethodexpansions_overlapping
src/compile/compilation_unit.cpp:210
↓ 1 callersFunctionexpect_hover
tests/unit/feature/hover_tests.cpp:238
↓ 1 callersFunctionexplicit_reference_targets
src/semantic/find_target.cpp:639
↓ 1 callersFunctionexport_graph_json
benchmarks/scan_benchmark.cpp:65
↓ 1 callersFunctionexpr_hover
Generates hover info for `this` and evaluatable expressions. FIXME: Support hover for literals (esp user-defined).
src/feature/hover.cpp:980
↓ 1 callersFunctionextract_original_workspace
(records: list[dict])
tests/replay.py:36
↓ 1 callersFunctionextract_return_type
Extract the return type from a CodeCompletionString.
src/feature/code_completion.cpp:212
↓ 1 callersFunctionextract_signature
Extract the function signature (parameter list) from a CodeCompletionString. Returns something like "(int x, float y)" for display in labelDetails.det
src/feature/code_completion.cpp:114
↓ 1 callersFunctionfailing_dispatch
tests/unit/server/compile_graph_tests.cpp:46
↓ 1 callersFunctionfetchReleaseInfo
(channel: vscode.OutputChannel)
editors/vscode/src/download.ts:191
↓ 1 callersFunctionfill_function_type_and_params
Populates type, return_type, and parameters for function-like decls.
src/feature/hover.cpp:366
↓ 1 callersMethodfind_clice_binary
(&self, worktree: &Worktree)
editors/zed/src/clice.rs:10
↓ 1 callersMethodfind_definition_location
src/server/service/query.cpp:215
↓ 1 callersFunctionfind_match
Pick the directive to cut at. An explicit occurrence indexes the candidate list directly; otherwise unconditional directives win over ones inside #if
src/syntax/preamble_synthesis.cpp:73
↓ 1 callersMethodfind_session
src/server/transport/master_server.cpp:201
↓ 1 callersMethodfolding_range
src/server/service/feature_router.cpp:163
↓ 1 callersFunctionfoo
tests/data/hover/tag_decls.cpp:46
↓ 1 callersMethodforget_self_contained
src/server/compiler/context_resolver.cpp:126
↓ 1 callersFunctionformat_content
src/feature/formatting.cpp:16
↓ 1 callersFunctionformat_diagnostics
src/server/service/format.cpp:55
↓ 1 callersFunctionformat_document_symbols
tests/unit/feature/document_symbol_tests.cpp:190
↓ 1 callersFunctionformat_inactive_regions
src/server/service/format.cpp:83
↓ 1 callersFunctionformat_offset
Offsets are shown in bytes + bits, so offsets of different fields can always be easily compared.
src/feature/hover.cpp:1149
↓ 1 callersMethodformatting
src/server/service/feature_router.cpp:242
↓ 1 callersMethodforward_document_links
src/server/compiler/compiler.cpp:979
↓ 1 callersMethodfun
tests/data/hover/callee_args.cpp:88
↓ 1 callersFunctiongenerateUSRForMacro
src/index/usr_generation.cpp:958
↓ 1 callersFunctiongetDeclContextForTemplateInstationPattern
src/semantic/ast_utility.cpp:98
↓ 1 callersFunctiongetLocForTokenBegin
Returns location of the starting of the token at a given EndLoc
tests/unit/semantic/selection_tests.cpp:43
↓ 1 callersFunctiongetSetting
()
editors/vscode/src/setting.ts:10
↓ 1 callersFunctionget_attributes
src/semantic/selection.cpp:34
↓ 1 callersFunctionget_fast_checks
src/compile/tidy.cpp:53
↓ 1 callersFunctionget_marker_for_code_block
Get marker required for \p input to represent a markdown codeblock. It consists of at least 3 backticks(`). Although markdown also allows to use tilde
src/support/markup.cpp:220
↓ 1 callersFunctionget_qualifier_loc
src/semantic/ast_utility.cpp:359
↓ 1 callersFunctionget_template_specialization_args
src/semantic/ast_utility.cpp:371
↓ 1 callersFunctiongetter_variable_name
If the method is of the form `T foo() { return FieldName; }` then returns "FieldName".
src/feature/hover.cpp:535
↓ 1 callersMethodhandleAttrOccurrence
src/semantic/semantic_visitor.h:79
↓ 1 callersFunctionhandle_build_pch
src/server/worker/stateless_worker.cpp:65
← previousnext →701–800 of 2,129, ranked by callers