Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format138 SpacesBeforeTrailingComments: 2
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4557 unsigned SpacesBeforeTrailingComments; member
5141 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1107 Style.SpacesBeforeTrailingComments); in mapping()
1580 LLVMStyle.SpacesBeforeTrailingComments = 1; in getLLVMStyle()
1707 GoogleStyle.SpacesBeforeTrailingComments = 2; in getGoogleStyle()
1724 GoogleStyle.SpacesBeforeTrailingComments = 1; in getGoogleStyle()
H A DTokenAnnotator.cpp3984 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments; in calculateFormattingInformation()