Home
last modified time | relevance | path

Searched refs:UsingDeclarationsSorter (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUsingDeclarationsSorter.h23 class UsingDeclarationsSorter : public TokenAnalyzer {
25 UsingDeclarationsSorter(const Environment &Env, const FormatStyle &Style);
H A DUsingDeclarationsSorter.cpp208 UsingDeclarationsSorter::UsingDeclarationsSorter(const Environment &Env, in UsingDeclarationsSorter() function in clang::format::UsingDeclarationsSorter
212 std::pair<tooling::Replacements, unsigned> UsingDeclarationsSorter::analyze( in analyze()
H A DCMakeLists.txt21 UsingDeclarationsSorter.cpp
H A DFormat.cpp3506 return UsingDeclarationsSorter(Env, Expanded).process(); in reformat()
3621 return UsingDeclarationsSorter(*Env, Style).process().first; in sortUsingDeclarations()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn29 "UsingDeclarationsSorter.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt473 clang/lib/Format/UsingDeclarationsSorter.cpp
474 clang/lib/Format/UsingDeclarationsSorter.h