Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp22550 FormatStyle TwoIndent = getLLVMStyleWithColumns(15); in TEST_F() local
22551 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()
22556 format("int i = longFunction(arg);", TwoIndent)); in TEST_F()