Searched refs:PointerAlignment (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h99 PointerAlignmentStyle PointerAlignment; member in struct:clang::format::FormatStyle
102 /// alignment of & and *. \c PointerAlignment is then used only as fallback.
403 PointerAlignment == R.PointerAlignment &&
/external/clang/lib/Format/
H A DFormat.cpp214 IO.mapOptional("PointerAlignment", Style.PointerAlignment);
240 IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
341 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
381 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
422 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
439 Style.PointerAlignment = FormatStyle::PAS_Left;
1928 Style.PointerAlignment = FormatStyle::PAS_Left;
1930 Style.PointerAlignment = FormatStyle::PAS_Right;
H A DTokenAnnotator.cpp1509 Style.PointerAlignment != FormatStyle::PAS_Left);
1511 (Left.Type != TT_PointerOrReference || Style.PointerAlignment != FormatStyle::PAS_Right))
1516 Right.isNot(tok::l_paren) && Style.PointerAlignment != FormatStyle::PAS_Right &&
/external/clang/unittests/Format/
H A DFormatTest.cpp4593 Style.PointerAlignment = FormatStyle::PAS_Left;
4834 PointerLeft.PointerAlignment = FormatStyle::PAS_Left;
4873 PointerMiddle.PointerAlignment = FormatStyle::PAS_Middle;
4901 PointersLeft.PointerAlignment = FormatStyle::PAS_Left;
8153 Style.PointerAlignment = FormatStyle::PAS_Middle;
8154 CHECK_PARSE("PointerAlignment: Left", PointerAlignment, FormatStyle::PAS_Left);
8155 CHECK_PARSE("PointerAlignment: Right", PointerAlignment, FormatStyle::PAS_Right);
8156 CHECK_PARSE("PointerAlignment
[all...]
/external/clang/include/clang/AST/
H A DTemplateName.h60 void *PointerAlignment; member in union:clang::UncommonTemplateNameStorage::__anon17534

Completed in 2273 milliseconds