Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2988 enum SpaceAroundPointerQualifiersStyle : unsigned char { enum
3017 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp411 struct ScalarEnumerationTraits<FormatStyle::SpaceAroundPointerQualifiersStyle> {
413 enumeration(IO &IO, FormatStyle::SpaceAroundPointerQualifiersStyle &Value) { in enumeration()