Home
last modified time | relevance | path

Searched refs:SpaceAroundPointerQualifiersStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4067 enum SpaceAroundPointerQualifiersStyle : int8_t { enum
4097 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp662 struct ScalarEnumerationTraits<FormatStyle::SpaceAroundPointerQualifiersStyle> {
664 enumeration(IO &IO, FormatStyle::SpaceAroundPointerQualifiersStyle &Value) { in enumeration()