Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Drule.h69 struct TokenRange { struct
71 explicit TokenRange(std::vector<ir::AstNodeType> &tokens, bool isSpecific) in TokenRange() function
76 std::vector<ir::AstNodeType> &GetTokens() in GetTokens()
81 bool GetIsSpecifier() in GetIsSpecifier()
88 bool isSpecific_;