Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4607 struct SpacesInLineComment { struct
4646 SpacesInLineComment SpacesInLineCommentPrefix;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp717 template <> struct MappingTraits<FormatStyle::SpacesInLineComment> {
718 static void mapping(IO &IO, FormatStyle::SpacesInLineComment &Space) { in mapping()