Searched refs:LongPointerRight (Results 1 – 1 of 1) sorted by relevance
10695 FormatStyle LongPointerRight = getLLVMStyleWithColumns(999); in TEST_F() local10701 verifyFormat(("x = (foo *" + AllQualifiers + ")*v;").str(), LongPointerRight); in TEST_F()10706 verifyFormat(("x = (foo *" + AllQualifiers + ")&v;").str(), LongPointerRight); in TEST_F()