Home
last modified time | relevance | path

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

/src/contrib/libcbor/
H A D.clang-format138 SpacesBeforeTrailingComments: 2
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4557 unsigned SpacesBeforeTrailingComments; member
5141 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
/src/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp367 std::string(Style.SpacesBeforeTrailingComments, ' ') + in analyze()
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()