Searched defs:PointerLeft (Results 1 - 1 of 1) sorted by path

/external/clang/unittests/Format/
H A DFormatTest.cpp4833 FormatStyle PointerLeft = getLLVMStyle(); local
4834 PointerLeft.PointerAlignment = FormatStyle::PAS_Left;
4835 verifyFormat("delete *x;", PointerLeft);

Completed in 343 milliseconds