Searched refs:tooling (Results 26 - 50 of 113) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h28 namespace tooling { namespace in namespace:clang
35 std::map<std::string, tooling::Replacements> &FileToReplaces,
45 std::map<std::string, tooling::Replacements> &FileToReplaces;
104 std::map<std::string, tooling::Replacements> &FileToReplaces)
117 std::map<std::string, tooling::Replacements> &FileToReplaces;
120 } // end namespace tooling
H A DSymbolOccurrences.h19 namespace tooling { namespace in namespace:clang
87 } // end namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp37 ArrayRef<tooling::Range> Ranges,
44 for (const tooling::Range &Range : Ranges) {
65 std::pair<tooling::Replacements, unsigned> TokenAnalyzer::process() {
66 tooling::Replacements Result;
85 std::pair<tooling::Replacements, unsigned> RunResult =
90 for (tooling::Replacements::const_iterator I = RunResult.first.begin(),
107 return {tooling::Replacements(), 0};
H A DWhitespaceManager.h61 llvm::Error addReplacement(const tooling::Replacement &Replacement);
84 const tooling::Replacements &generateReplacements();
211 tooling::Replacements Replaces;
H A DFormat.cpp783 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve;
871 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup;
968 tooling::IncludeStyle::IBS_Preserve;
995 tooling::IncludeStyle::IBS_Preserve;
1261 std::pair<tooling::Replacements, unsigned>
1266 tooling::Replacements Result;
1275 tooling::Replacements &Result) {
1297 auto Err = Result.add(tooling::Replacement(
1349 std::pair<tooling::Replacements, unsigned>
1353 tooling
[all...]
H A DUsingDeclarationsSorter.cpp116 const SourceManager &SourceMgr, tooling::Replacements *Fixes) {
145 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, ""));
169 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, Text));
184 std::pair<tooling::Replacements, unsigned> UsingDeclarationsSorter::analyze(
189 tooling::Replacements Fixes;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp11 using clang::tooling::IncludeStyle;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp41 namespace tooling { namespace in namespace:clang
140 return tooling::createRenameAtomicChanges(
170 std::map<std::string, tooling::Replacements> *FileToReplaces) {
188 std::map<std::string, tooling::Replacements> &FileToReplaces,
208 SymbolOccurrences Occurrences = tooling::getOccurrencesOfUSRs(
235 std::map<std::string, tooling::Replacements> &FileToReplaces;
247 std::map<std::string, tooling::Replacements> &FileToReplaces)
256 auto AtomicChanges = tooling::createRenameAtomicChanges(
265 std::map<std::string, tooling::Replacements> &FileToReplaces;
277 } // end namespace tooling
[all...]
H A DSymbolOccurrences.cpp14 using namespace tooling;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h26 namespace tooling { namespace in namespace:clang
76 } // namespace tooling
H A DFileMatchTrie.h22 namespace tooling { namespace in namespace:clang
85 } // namespace tooling
H A DRefactoring.h30 namespace tooling { namespace in namespace:clang
96 } // end namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h15 namespace tooling { namespace in namespace:clang
78 } // end namespace tooling
H A DDependencyScanningWorker.h28 namespace tooling { namespace in namespace:clang
83 } // end namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h16 namespace tooling { namespace in namespace:clang
49 } // end namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRule.h18 namespace tooling { namespace in namespace:clang
70 } // end namespace tooling
H A DRefactoringOption.h17 namespace tooling { namespace in namespace:clang
60 } // end namespace tooling
H A DAtomicChange.h24 namespace tooling { namespace in namespace:clang
129 clang::tooling::Replacements Replaces);
137 tooling::Replacements Replaces;
175 } // end namespace tooling
H A DRefactoringOptionVisitor.h16 namespace tooling { namespace in namespace:clang
58 } // end namespace tooling
H A DRefactoringOptions.h20 namespace tooling { namespace in namespace:clang
54 } // end namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp18 namespace tooling { namespace in namespace:clang
52 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) {
60 } // end namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp14 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::AtomicChange)
29 const clang::tooling::AtomicChange &E)
36 clang::tooling::AtomicChange denormalize(const llvm::yaml::IO &) {
45 std::vector<clang::tooling::Replacement> Replaces;
67 template <> struct MappingTraits<clang::tooling::AtomicChange> {
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) {
69 MappingNormalization<NormalizedAtomicChange, clang::tooling::AtomicChange>
84 namespace tooling { namespace in namespace:clang
109 const clang::tooling::Replacements &Replaces) {
113 std::vector<clang::tooling
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1311 tooling::IncludeStyle IncludeStyle;
2275 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
2276 ArrayRef<tooling::Range> Ranges,
2283 llvm::Expected<tooling::Replacements>
2284 formatReplacements(StringRef Code, const tooling::Replacements &Replaces,
2297 /// The include manipulation is done via `tooling::HeaderInclude`, see its
2300 llvm::Expected<tooling::Replacements>
2301 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces,
2327 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
2328 ArrayRef<tooling
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCodeBuilders.h22 namespace tooling { namespace in namespace:clang
84 } // namespace tooling
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp197 Source = tooling::buildParens(*E, *Match.Context);
200 Source = tooling::buildDereference(*E, *Match.Context);
204 *Result += tooling::getText(*E, *Match.Context);
207 Source = tooling::buildDereference(*E, *Match.Context);
210 Source = tooling::buildAddressOf(*E, *Match.Context);
214 *Result += tooling::getText(*E, *Match.Context);
217 Source = tooling::buildAddressOf(*E, *Match.Context);
233 *Result += tooling::getText(*Range, *Match.Context);
246 ? tooling::buildArrow(*E, *Match.Context)
247 : tooling
[all...]

Completed in 191 milliseconds

12345