Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clice-io/clice
/ functions
Functions
2,129 in github.com/clice-io/clice
⨍
Functions
2,129
◇
Types & classes
533
↓ 1 callers
Function
handle_build_pcm
src/server/worker/stateless_worker.cpp:131
↓ 1 callers
Function
handle_completion
src/server/worker/stateless_worker.cpp:222
↓ 1 callers
Function
handle_format
src/server/worker/stateless_worker.cpp:268
↓ 1 callers
Function
handle_index
src/server/worker/stateless_worker.cpp:191
↓ 1 callers
Function
handle_signature_help
src/server/worker/stateless_worker.cpp:245
↓ 1 callers
Method
hash
src/index/tu_index.cpp:334
↓ 1 callers
Method
header_mode
src/server/compiler/context_resolver.cpp:113
↓ 1 callers
Method
high_queue_size
tests/unit/server/worker_pool_tests.cpp:176
↓ 1 callers
Method
hover
src/server/service/feature_router.cpp:149
↓ 1 callers
Function
hover_printing_policy
src/feature/hover.cpp:51
↓ 1 callers
Method
ignoreResults
src/index/usr_generation.cpp:73
↓ 1 callers
Method
implementation
src/server/service/feature_router.cpp:297
↓ 1 callers
Function
indicates_missing_context
src/server/compiler/context_resolver.cpp:30
↓ 1 callers
Method
inlay_hints
src/server/service/feature_router.cpp:158
↓ 1 callers
Function
inner_origin
Non self-contained: uses Point from the include chain.
tests/data/header_context/inner.h:4
↓ 1 callers
Function
install_crash_handler
src/support/logging.cpp:102
↓ 1 callers
Function
int_by_ref
tests/data/hover/pass_types.cpp:15
↓ 1 callers
Method
intern_path
src/command/command.cpp:524
↓ 1 callers
Method
isBetweenSymbol
src/semantic/relation_kind.h:52
↓ 1 callers
Method
isCall
src/semantic/relation_kind.h:62
↓ 1 callers
Function
isSugaredTemplateParameter
Determines if any intermediate type in desugaring QualType QT is of substituted template parameter type. Ignore pointer or reference wrappers.
src/semantic/ast_utility.cpp:1003
↓ 1 callers
Function
is_abstract
Indicates whether declaration `decl` is abstract in cases where it is a struct or a class.
src/feature/semantic_tokens.cpp:169
↓ 1 callers
Function
is_anonymous
src/semantic/ast_utility.cpp:74
↓ 1 callers
Function
is_anonymous_name
src/semantic/ast_utility.cpp:1168
↓ 1 callers
Method
is_builtin_file
src/compile/compilation_unit.cpp:139
↓ 1 callers
Function
is_c_family_file
src/command/argument_parser.cpp:382
↓ 1 callers
Function
is_const
Whether `type` is const in a loose sense: would a value of this type be readonly?
src/feature/semantic_tokens.cpp:115
↓ 1 callers
Function
is_default_library
Returns true if `decl` is considered to be from a default/system library. This currently checks the systemness of the file by include type, although d
src/feature/semantic_tokens.cpp:68
↓ 1 callers
Function
is_dependent
src/feature/semantic_tokens.cpp:33
↓ 1 callers
Method
is_deprecated
src/compile/diagnostic.cpp:85
↓ 1 callers
Function
is_diagnostics_option
src/command/argument_parser.cpp:267
↓ 1 callers
Method
is_directive_hash
src/syntax/token.h:99
↓ 1 callers
Method
is_eod
src/syntax/token.h:87
↓ 1 callers
Function
is_fast_tidy_check
src/compile/tidy.cpp:39
↓ 1 callers
Function
is_first_expansion
Determine whether 'Target' is the first expansion of the macro argument whose top-level spelling location is 'SpellingLoc'.
src/semantic/selection.cpp:248
↓ 1 callers
Function
is_hard_line_break_after
src/feature/hover.cpp:1267
↓ 1 callers
Function
is_hard_line_break_indicator
src/feature/hover.cpp:1244
↓ 1 callers
Method
is_header_name
src/syntax/token.h:103
↓ 1 callers
Method
is_idle
Whether background indexing is currently idle (no active or queued work).
src/server/compiler/indexer.h:100
↓ 1 callers
Function
is_implicit
src/semantic/selection.cpp:661
↓ 1 callers
Function
is_implicit_template_instantiation
src/semantic/ast_utility.cpp:94
↓ 1 callers
Function
is_include_directive_complete
Check if a preprocessor #include/#import directive line is complete.
src/syntax/scan.cpp:484
↓ 1 callers
Function
is_include_path_option
src/command/argument_parser.cpp:186
↓ 1 callers
Function
is_inside_main_file
src/semantic/ast_utility.cpp:30
↓ 1 callers
Function
is_literal
src/feature/hover.cpp:825
↓ 1 callers
Method
is_module_interface_unit
src/compile/compilation_unit.cpp:231
↓ 1 callers
Function
is_module_statement_complete
Check if a C++20 module statement line (import/export module) is complete. A complete statement must end with ';'.
src/syntax/scan.cpp:499
↓ 1 callers
Method
is_named_module
src/compile/compilation_unit.cpp:223
↓ 1 callers
Function
is_note
src/compile/diagnostic.cpp:143
↓ 1 callers
Function
is_paragraph_break
src/feature/hover.cpp:1233
↓ 1 callers
Function
is_pid_alive
src/support/cache_store.cpp:53
↓ 1 callers
Function
is_setter
src/feature/inlay_hints.cpp:63
↓ 1 callers
Function
is_simple_builtin
Checks if the callee is one of the builtins addressof, as_const, forward, move(_if_noexcept)
src/feature/inlay_hints.cpp:90
↓ 1 callers
Function
is_static
"Static" means many things in C++, only some get the "static" modifier. Meanings that do: - Members associated with the class rather than the instanc
src/feature/semantic_tokens.cpp:95
↓ 1 callers
Method
is_synthesized_artifact
src/server/state/workspace.cpp:26
↓ 1 callers
Function
is_template_specialization_kind
src/semantic/ast_utility.cpp:80
↓ 1 callers
Function
is_templated
src/semantic/ast_utility.cpp:60
↓ 1 callers
Function
is_union
(tp)
tests/integration/utils/injection.py:34
↓ 1 callers
Method
is_unused
src/compile/diagnostic.cpp:117
↓ 1 callers
Function
is_virtual
Indicates whether declaration `decl` is virtual in cases where it is a method.
src/feature/semantic_tokens.cpp:180
↓ 1 callers
Function
is_xclang_option
src/command/argument_parser.cpp:196
↓ 1 callers
Method
kill_server
Force-kill the server process, simulating a crash.
tests/integration/utils/client.py:142
↓ 1 callers
Method
loadMore
()
editors/vscode/src/feature/context.ts:125
↓ 1 callers
Method
load_cache
src/server/state/workspace.cpp:307
↓ 1 callers
Method
load_cache_slices
src/server/compiler/context_resolver.cpp:176
↓ 1 callers
Function
load_trace
Load a JSONL trace file. Each line: {"ts": <ms>, "msg": "<json>"}
tests/replay.py:31
↓ 1 callers
Method
loaded
Whether this index holds any data (a rejected or missing blob loads as an empty index).
src/index/merged_index.h:76
↓ 1 callers
Function
local_scope
Given a declaration, return a human-readable string representing the local scope in which it is declared, i.e. class(es) and method name. Returns an e
src/feature/hover.cpp:63
↓ 1 callers
Method
locate_symbols
src/server/service/query.cpp:634
↓ 1 callers
Function
looks_like_doc_comment
src/semantic/ast_utility.cpp:1452
↓ 1 callers
Function
looks_like_tag
Is <contents a plausible start to an HTML tag? Contents may not be the rest of the line, but it's the rest of the plain text, so we expect to see at l
src/support/markup.cpp:27
↓ 1 callers
Function
main
()
scripts/run_clang_tidy.py:12
↓ 1 callers
Function
main
()
scripts/release-llvm.py:305
↓ 1 callers
Function
main
()
scripts/build-llvm.py:78
↓ 1 callers
Function
main
()
tests/stress.py:360
↓ 1 callers
Function
main
()
tests/replay.py:370
↓ 1 callers
Function
main
(fixtures: list[str])
tests/prepare.py:65
↓ 1 callers
Function
make_dispatch
Build a dispatch_fn that compiles PCMs in-process (no workers). Clang requires ALL transitive PCM deps (not just direct imports) in PrebuiltModuleFile
tests/unit/server/compile_graph_integration_tests.cpp:18
↓ 1 callers
Function
make_inferred_command_diagnostic
File-top warning explaining that diagnostics were produced with a guessed compile command, pointing at the compilation database documentation.
src/server/service/format.cpp:29
↓ 1 callers
Function
make_resolver
Build a resolve_fn that lazily scans module files for imports.
tests/unit/server/compile_graph_integration_tests.cpp:64
↓ 1 callers
Method
may_hit
Cheap check whether any of the tokens in R might be selected. If it returns false, test() will return no_tokens or Unselected. If it returns true, tes
src/semantic/selection.cpp:404
↓ 1 callers
Function
maybe_desugar
src/semantic/ast_utility.cpp:1063
↓ 1 callers
Method
module_name
src/compile/compilation_unit.cpp:227
↓ 1 callers
Function
name_for_expr
src/feature/hover.cpp:839
↓ 1 callers
Function
namespace_scope
Returns the human-readable representation for namespace containing the declaration. Returns empty if it is contained in the global namespace.
src/feature/hover.cpp:95
↓ 1 callers
Method
need_rewrite
src/index/merged_index.h:70
↓ 1 callers
Function
needs_leading_escape
Tests whether \p c should be backslash-escaped in markdown. The string being escaped is `before + c + after`. This is part of a paragraph. \p starts_l
src/support/markup.cpp:76
↓ 1 callers
Function
nested_if
dangling else: else binds to nearest if
tests/corpus/statements/if/basic_if.cpp:21
↓ 1 callers
Method
notify_stateful
src/server/worker/worker_pool.h:379
↓ 1 callers
Function
now_ms
src/support/cache_store.cpp:140
↓ 1 callers
Function
o
tests/data/hover/basics.cpp:5
↓ 1 callers
Method
on_file_closed
src/server/state/workspace.cpp:175
↓ 1 callers
Method
open
src/server/state/session_store.cpp:18
↓ 1 callers
Method
open
src/support/cache_store.cpp:213
↓ 1 callers
Method
open_session
src/server/transport/master_server.cpp:205
↓ 1 callers
Function
param_definition
for a ParmVarDecl from a function declaration, returns the corresponding ParmVarDecl from the definition if possible, nullptr otherwise.
src/feature/inlay_hints.cpp:35
↓ 1 callers
Function
parseBraceExpansions
Identify brace expansions in S and return the list of patterns they expand into.
src/support/glob_pattern.cpp:66
↓ 1 callers
Function
parse_args
()
scripts/release-llvm.py:285
↓ 1 callers
Function
parse_args
()
tests/stress.py:34
↓ 1 callers
Function
parse_documentation_line
src/feature/hover.cpp:1216
← previous
next →
801–900 of 2,129, ranked by callers