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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1925 /// ``PointerAlignment`` is then used only as fallback.
2658 PointerAlignmentStyle PointerAlignment; member in namespace:clang::format
2857 /// Don't ensure spaces around pointer qualifiers and use PointerAlignment
2860 /// PointerAlignment: Left PointerAlignment: Right
2866 /// PointerAlignment: Left PointerAlignment: Right
2872 /// PointerAlignment: Left PointerAlignment: Right
2878 /// PointerAlignment
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h67 void *PointerAlignment; member in union:clang::UncommonTemplateNameStorage::__anon97
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp2892 (Style.PointerAlignment != FormatStyle::PAS_Left ||
2899 (Style.PointerAlignment != FormatStyle::PAS_Right &&
2915 (Style.PointerAlignment != FormatStyle::PAS_Right &&
2924 return Style.PointerAlignment != FormatStyle::PAS_Right;
2958 // dependent on PointerAlignment style.
2961 return (Style.PointerAlignment != FormatStyle::PAS_Left);
2963 return (Style.PointerAlignment != FormatStyle::PAS_Left) ||
3080 return Style.PointerAlignment != FormatStyle::PAS_Left;
3432 Style.PointerAlignment != FormatStyle::PAS_Right;
3436 return Style.PointerAlignment !
[all...]
H A DFormat.cpp502 IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
668 IO.mapOptional("PointerAlignment", Style.PointerAlignment);
1036 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
1127 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
1318 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
1340 Style.PointerAlignment = FormatStyle::PAS_Left;
1728 Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0

Completed in 209 milliseconds