Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp11280 FormatStyle TwoIndent = getLLVMStyleWithColumns(15); in TEST_F() local
11281 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()
11286 format("int i = longFunction(arg);", TwoIndent)); in TEST_F()