Searched refs:PAS_Right (Results 1 – 5 of 5) sorted by relevance
93 PAS_Right, enumerator
105 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()
1511 (Left.Type != TT_PointerOrReference || Style.PointerAlignment != FormatStyle::PAS_Right)) in spaceRequiredBetween()1516 Right.isNot(tok::l_paren) && Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
327 * ``PAS_Right`` (in configuration: ``Right``)
8155 CHECK_PARSE("PointerAlignment: Right", PointerAlignment, FormatStyle::PAS_Right); in TEST_F()