Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp380 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
384 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1127 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1318 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1340 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1729 ? FormatStyle::PAS_Left in deriveLocalStyle()
H A DTokenAnnotator.cpp2892 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()
2961 return (Style.PointerAlignment != FormatStyle::PAS_Left); in spaceRequiredBetween()
2963 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
3080 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
3436 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBefore()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2644 PAS_Left, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3017 * ``PAS_Left`` (in configuration: ``Left``)