Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h2140 SAPQ_Both, enumerator
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp12192 verifyQualifierSpaces("void* const * x = NULL;", PAS_Left, SAPQ_Both); in TEST_F()
12193 verifyQualifierSpaces("void * const *x = NULL;", PAS_Right, SAPQ_Both); in TEST_F()
12194 verifyQualifierSpaces("void * const * x = NULL;", PAS_Middle, SAPQ_Both); in TEST_F()
14332 Style.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Both; in TEST_F()
14340 SpaceAroundPointerQualifiers, FormatStyle::SAPQ_Both); in TEST_F()
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp2887 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
2906 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
DFormat.cpp357 IO.enumCase(Value, "Both", FormatStyle::SAPQ_Both); in enumeration()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2535 * ``SAPQ_Both`` (in configuration: ``Both``)