Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp247 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
251 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
752 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
902 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
923 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1263 ? FormatStyle::PAS_Left in deriveLocalStyle()
H A DTokenAnnotator.cpp2464 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()
2810 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBefore()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1405 PAS_Left, enumerator