Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DNamespaceEndCommentsFixerTest.cpp23 fixNamespaceEndComments(llvm::StringRef Code, in fixNamespaceEndComments() function in clang::format::__anon59b38ae60111::NamespaceEndCommentsFixerTest
39 return fixNamespaceEndComments( in fixNamespaceEndComments()
116 fixNamespaceEndComments( in TEST_F()
127 fixNamespaceEndComments( in TEST_F()
136 fixNamespaceEndComments( in TEST_F()
159 fixNamespaceEndComments( in TEST_F()
172 fixNamespaceEndComments( in TEST_F()
185 fixNamespaceEndComments( in TEST_F()
208 fixNamespaceEndComments( in TEST_F()
229 fixNamespaceEndComments( in TEST_F()
[all …]
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4188 tooling::Replacements fixNamespaceEndComments(const FormatStyle &Style,
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp3380 tooling::Replacements fixNamespaceEndComments(const FormatStyle &Style, in fixNamespaceEndComments() function