Searched refs:SpaceAroundPointerQualifiers (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4097 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member in namespace:clang::format
4898 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4071 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After ||
4072 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) &&
4101 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before ||
4102 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) &&
4193 (Style.SpaceAroundPointerQualifiers ==
4195 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both);
H A DFormat.cpp1080 IO.mapOptional("SpaceAroundPointerQualifiers",
1081 Style.SpaceAroundPointerQualifiers);
1546 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default;

Completed in 128 milliseconds