Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp10696 FormatStyle LongPointerLeft = getLLVMStyleWithColumns(999); in TEST_F() local
10697 LongPointerLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
10702 verifyFormat(("x = (foo* " + AllQualifiers + ")*v;").str(), LongPointerLeft); in TEST_F()
10707 verifyFormat(("x = (foo* " + AllQualifiers + ")&v;").str(), LongPointerLeft); in TEST_F()