Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4227 enum SpaceAroundPointerQualifiersStyle : int8_t { enum
4257 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp655 struct ScalarEnumerationTraits<FormatStyle::SpaceAroundPointerQualifiersStyle> {
657 enumeration(IO &IO, FormatStyle::SpaceAroundPointerQualifiersStyle &Value) { in enumeration()