Home
last modified time | relevance | path

Searched refs:PointerAlignmentStyle (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h199 FormatStyle::PointerAlignmentStyle
202 FormatStyle::PointerAlignmentStyle getTokenPointerOrReferenceAlignment(
H A DFormat.cpp476 template <> struct ScalarEnumerationTraits<FormatStyle::PointerAlignmentStyle> {
477 static void enumeration(IO &IO, FormatStyle::PointerAlignmentStyle &Value) { in enumeration()
H A DTokenAnnotator.cpp4968 FormatStyle::PointerAlignmentStyle
4985 FormatStyle::PointerAlignmentStyle
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2847 enum PointerAlignmentStyle : int8_t { enum
2867 PointerAlignmentStyle PointerAlignment;
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3498 **PointerAlignment** (``PointerAlignmentStyle``) :versionbadge:`clang-format 3.7`