Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h102 PointerAlignmentStyle PointerAlignment; member
461 PointerAlignment == R.PointerAlignment &&
/external/clang/unittests/Format/
DFormatTest.cpp3792 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
4560 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5142 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5381 Left.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5430 PointerLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5482 PointerMiddle.PointerAlignment = FormatStyle::PAS_Middle; in TEST_F()
5510 PointersLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
8958 Style.PointerAlignment = FormatStyle::PAS_Middle; in TEST_F()
8959 CHECK_PARSE("PointerAlignment: Left", PointerAlignment, in TEST_F()
8961 CHECK_PARSE("PointerAlignment: Right", PointerAlignment, in TEST_F()
[all …]
/external/clang/lib/Format/
DFormat.cpp233 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()
261 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()
368 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
410 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
469 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
489 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1438 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
1440 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
DTokenAnnotator.cpp1693 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()
1697 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
1703 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
2011 (Style.PointerAlignment == FormatStyle::PAS_Right && in canBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst62 PointerAlignment: Left
311 alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
420 **PointerAlignment** (``PointerAlignmentStyle``)
/external/clang/include/clang/AST/
DTemplateName.h60 void *PointerAlignment; member