Home
last modified time | relevance | path

Searched refs:SAPQ_After (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4246 SAPQ_After, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4506 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()
4640 FormatStyle::SAPQ_After) || in spaceRequiredBetween()
H A DFormat.cpp660 IO.enumCase(Value, "After", FormatStyle::SAPQ_After); in enumeration()