Home
last modified time | relevance | path

Searched defs:InlayHintProcessingContext (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp361 struct InlayHintProcessingContext { struct
362 const TextSpan *span = nullptr;
363 const ir::AstNode *ast = nullptr;
364 CancellationToken &cancellationToken;
365 UserPreferences &preferences;
367InlayHintProcessingContext(const TextSpan *s, const ir::AstNode *a, CancellationToken &c, UserPref… in InlayHintProcessingContext() function