Home
last modified time | relevance | path

Searched refs:PointerAlignment (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h99 PointerAlignmentStyle PointerAlignment; member
403 PointerAlignment == R.PointerAlignment &&
/external/clang/lib/Format/
DFormat.cpp214 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()
240 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()
341 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
381 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
422 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
439 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1928 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
1930 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
DTokenAnnotator.cpp1509 Style.PointerAlignment != FormatStyle::PAS_Left); in spaceRequiredBetween()
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()
/external/clang/unittests/Format/
DFormatTest.cpp4593 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
4834 PointerLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
4873 PointerMiddle.PointerAlignment = FormatStyle::PAS_Middle; in TEST_F()
4901 PointersLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
8153 Style.PointerAlignment = FormatStyle::PAS_Middle; in TEST_F()
8154 CHECK_PARSE("PointerAlignment: Left", PointerAlignment, FormatStyle::PAS_Left); in TEST_F()
8155 CHECK_PARSE("PointerAlignment: Right", PointerAlignment, FormatStyle::PAS_Right); in TEST_F()
8156 CHECK_PARSE("PointerAlignment: Middle", PointerAlignment, FormatStyle::PAS_Middle); in TEST_F()
/external/clang/include/clang/AST/
DTemplateName.h60 void *PointerAlignment; member
/external/clang/docs/
DClangFormatStyleOptions.rst216 alignment of & and *. ``PointerAlignment`` is then used only as fallback.
320 **PointerAlignment** (``PointerAlignmentStyle``)