Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4646 SpacesInLineComment SpacesInLineCommentPrefix; member
5144 SpacesInLineCommentPrefix.Minimum ==
5145 R.SpacesInLineCommentPrefix.Minimum &&
5146 SpacesInLineCommentPrefix.Maximum ==
5147 R.SpacesInLineCommentPrefix.Maximum &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp870 const int Minimum = Style.SpacesInLineCommentPrefix.Minimum; in BreakableLineCommentSection()
933 Style.SpacesInLineCommentPrefix.Maximum) { in BreakableLineCommentSection()
935 Style.SpacesInLineCommentPrefix.Maximum - SpacesInPrefix; in BreakableLineCommentSection()
H A DFormat.cpp1112 Style.SpacesInLineCommentPrefix); in mapping()
1583 LLVMStyle.SpacesInLineCommentPrefix = {/*Minimum=*/1, /*Maximum=*/-1u}; in getLLVMStyle()