Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp10695 FormatStyle LongPointerRight = getLLVMStyleWithColumns(999); in TEST_F() local
10701 verifyFormat(("x = (foo *" + AllQualifiers + ")*v;").str(), LongPointerRight); in TEST_F()
10706 verifyFormat(("x = (foo *" + AllQualifiers + ")&v;").str(), LongPointerRight); in TEST_F()