Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h93 PAS_Right, enumerator
/external/clang/lib/Format/
DFormat.cpp105 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
109 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
341 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
1930 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
DTokenAnnotator.cpp1511 (Left.Type != TT_PointerOrReference || Style.PointerAlignment != FormatStyle::PAS_Right)) in spaceRequiredBetween()
1516 Right.isNot(tok::l_paren) && Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst327 * ``PAS_Right`` (in configuration: ``Right``)
/external/clang/unittests/Format/
DFormatTest.cpp8155 CHECK_PARSE("PointerAlignment: Right", PointerAlignment, FormatStyle::PAS_Right); in TEST_F()