Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Drules.h24 struct RuleSpec { struct
26 …explicit RuleSpec(Rule &rule, std::vector<TokenRange> &leftTokenRange, std::vector<TokenRange> &ri… in RuleSpec() function
31 Rule &GetRule() in GetRule()
36 const Rule &GetRule() const in GetRule()
41 std::vector<TokenRange> &GetLeftTokenRange() in GetLeftTokenRange()
67 std::vector<RuleSpec> GetAllRules(); argument