Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h96 PAS_Right, enumerator
/external/clang/lib/Format/
DFormat.cpp116 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
120 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
368 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
1440 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
DTokenAnnotator.cpp1697 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
1703 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
2011 (Style.PointerAlignment == FormatStyle::PAS_Right && in canBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst427 * ``PAS_Right`` (in configuration: ``Right``)
/external/clang/unittests/Format/
DFormatTest.cpp8962 FormatStyle::PAS_Right); in TEST_F()
8969 FormatStyle::PAS_Right); in TEST_F()