Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h2128 SAPQ_Before, enumerator
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp12184 verifyQualifierSpaces("void* const* x = NULL;", PAS_Left, SAPQ_Before); in TEST_F()
12185 verifyQualifierSpaces("void * const *x = NULL;", PAS_Right, SAPQ_Before); in TEST_F()
12186 verifyQualifierSpaces("void * const * x = NULL;", PAS_Middle, SAPQ_Before); in TEST_F()
12207 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Before; in TEST_F()
12216 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Before; in TEST_F()
14336 SpaceAroundPointerQualifiers, FormatStyle::SAPQ_Before); in TEST_F()
/external/llvm-project/clang/lib/Format/
DFormat.cpp355 IO.enumCase(Value, "Before", FormatStyle::SAPQ_Before); in enumeration()
DTokenAnnotator.cpp2905 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2519 * ``SAPQ_Before`` (in configuration: ``Before``)