Home
last modified time | relevance | path

Searched refs:SetInsertSpaceBeforeAndAfterBinaryOperators (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Dformatting_settings.h215 void SetInsertSpaceBeforeAndAfterBinaryOperators(bool value) in SetInsertSpaceBeforeAndAfterBinaryOperators() function
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dformatting_context_test.cpp113 settings.SetInsertSpaceBeforeAndAfterBinaryOperators(true); in TEST_F()