Searched refs:PAS_Left (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h533 PAS_Left, enumerator in enum:clang::format::FormatStyle::PointerAlignmentStyle
/external/clang/lib/Format/
H A DFormat.cpp176 IO.enumCase(Value, "Left", FormatStyle::PAS_Left);
180 IO.enumCase(Value, "true", FormatStyle::PAS_Left);
591 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
666 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
685 Style.PointerAlignment = FormatStyle::PAS_Left;
968 ? FormatStyle::PAS_Left
H A DTokenAnnotator.cpp2013 (Style.PointerAlignment != FormatStyle::PAS_Left ||
/external/clang/unittests/Format/
H A DFormatTest.cpp3886 Style.PointerAlignment = FormatStyle::PAS_Left;
4789 Style.PointerAlignment = FormatStyle::PAS_Left;
5520 Style.PointerAlignment = FormatStyle::PAS_Left;
5633 AlignLeft.PointerAlignment = FormatStyle::PAS_Left;
5781 Left.PointerAlignment = FormatStyle::PAS_Left;
5832 PointerLeft.PointerAlignment = FormatStyle::PAS_Left;
5926 PointersLeft.PointerAlignment = FormatStyle::PAS_Left;
10226 FormatStyle::PAS_Left);
10233 FormatStyle::PAS_Left);

Completed in 113 milliseconds