Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4447 struct SpacesInLineComment { struct
4486 SpacesInLineComment SpacesInLineCommentPrefix;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp724 template <> struct MappingTraits<FormatStyle::SpacesInLineComment> {
725 static void mapping(IO &IO, FormatStyle::SpacesInLineComment &Space) { in mapping()