Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format60 SpacesBeforeTrailingComments: 0
/freebsd/contrib/libcbor/
H A D.clang-format138 SpacesBeforeTrailingComments: 2
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4839 unsigned SpacesBeforeTrailingComments; member
5488 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1194 Style.SpacesBeforeTrailingComments); in mapping()
1676 LLVMStyle.SpacesBeforeTrailingComments = 1; in getLLVMStyle()
1809 GoogleStyle.SpacesBeforeTrailingComments = 2; in getGoogleStyle()
1826 GoogleStyle.SpacesBeforeTrailingComments = 1; in getGoogleStyle()
H A DTokenAnnotator.cpp4084 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments; in calculateFormattingInformation()