Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h499 PointerAlignmentStyle PointerAlignment; member
652 PointerAlignment == R.PointerAlignment &&
/external/webrtc/talk/app/webrtc/objc/
D.clang-format6 PointerAlignment: Right
/external/clang/unittests/Format/
DFormatTest.cpp3830 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
4658 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5364 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5473 AlignLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5613 Left.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5663 PointerLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5716 PointerMiddle.PointerAlignment = FormatStyle::PAS_Middle; in TEST_F()
5757 PointersLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
9786 Style.PointerAlignment = FormatStyle::PAS_Middle; in TEST_F()
9787 CHECK_PARSE("PointerAlignment: Left", PointerAlignment, in TEST_F()
[all …]
/external/parameter-framework/upstream/
D.clang-format84 PointerAlignment: Right
/external/clang/lib/Format/
DFormat.cpp220 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()
314 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()
516 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
561 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
631 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
650 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1684 Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0 in deriveLocalStyle()
DTokenAnnotator.cpp1900 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()
1904 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
1914 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
2259 (Style.PointerAlignment == FormatStyle::PAS_Right && in canBreakBefore()
/external/clang/include/clang/AST/
DTemplateName.h60 void *PointerAlignment; member
/external/clang/docs/
DClangFormatStyleOptions.rst62 PointerAlignment: Left
419 alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
568 **PointerAlignment** (``PointerAlignmentStyle``)