Home
last modified time | relevance | path

Searched defs:Changes (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/polly/lib/External/isl/doc/
H A Duser.pod25 =head3 Changes since isl-0.02
38 =head3 Changes since isl-0.03
49 =head3 Changes since isl-0.04
58 =head3 Changes since isl-0.05
81 =head3 Changes since isl-0.06
95 =head3 Changes since isl-0.07
156 =head3 Changes since isl-0.09
171 =head3 Changes since isl-0.10
184 =head3 Changes since isl-0.12
211 =head3 Changes since isl-0.14
[all …]
/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()
43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()
67 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()
102 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run()
H A DDAGDeltaAlgorithm.cpp116 UpdatedSearchState(const changeset_ty & Changes,const changesetlist_ty & Sets,const changeset_ty & Required) UpdatedSearchState() argument
161 UpdatedSearchState(const changeset_ty & Changes,const changesetlist_ty & Sets) UpdatedSearchState() argument
179 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm & DDA,const changeset_ty & Changes,const std::vector<edge_ty> & Dependencies) DAGDeltaAlgorithmImpl() argument
283 GetTestResult(const changeset_ty & Changes,const changeset_ty & Required) GetTestResult() argument
349 Run(const changeset_ty & Changes,const std::vector<edge_ty> & Dependencies) Run() argument
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
H A DDAGDeltaAlgorithm.h68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h53 llvm::MutableArrayRef<AtomicChange> Changes; member
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h56 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp126 std::vector<std::vector<std::string>> Changes; TEST_F() local
226 __anon87eb63680402(const std::vector<std::string> Changes) TEST() argument
263 __anon87eb63680602(const std::vector<std::string> Changes) TEST() argument
293 __anon87eb63680702(const std::vector<std::string> Changes) TEST() argument
409 __anon87eb63680a02(const std::vector<std::string> Changes) TEST() argument
[all...]
H A DFormatTests.cpp26 auto Changes = formatIncremental(Code.code(), Cursor, Typed, Style); in afterTyped() local
/llvm-project/llvm/docs/
H A DSourceLevelDebugging.rst2096 Mach-O Changes argument
2067 Objective-C ExtensionsLanguage Extensions and File Format Changes global() argument
2108 codeviewMach-O Changes global() argument
H A DRemoveDIsDebugInfo.md55 Test updatesGreat, what do I need to do!""Textual IR Changes global() argument
H A DDeveloperPolicy.rst169 code ownersMaking Potentially Breaking Changes global() argument
717 toolchainC API Changes global() argument
/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp61 llvm::SmallVector<AtomicChange, 1> Changes; in convertToAtomicChanges() local
/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp70 void dumpChanges(const tooling::AtomicChanges &Changes, raw_ostream &OS) { in dumpChanges() argument
86 bool printRewrittenSources(const tooling::AtomicChanges &Changes, in printRewrittenSources() argument
132 void handle(tooling::AtomicChanges Changes) override { in handle() argument
H A DClangRefactor.cpp318 ClangRefactorConsumer(AtomicChanges &Changes) : SourceChanges(&Changes) {} in ClangRefactorConsumer() argument
332 void handle(AtomicChanges Changes) override { in handle() argument
606 AtomicChanges Changes; global() member in __anon41cec7790111::ClangRefactorTool
/llvm-project/llvm/unittests/ADT/
H A DDAGDeltaAlgorithmTest.cpp24 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest()
H A DDeltaAlgorithmTest.cpp39 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest()
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp145 llvm::ArrayRef<AtomicChange> Changes, in createReplacementsForHeaders() argument
184 llvm::ArrayRef<AtomicChange> Changes) { in combineReplacementsInChanges() argument
302 applyAtomicChanges(llvm::StringRef FilePath,llvm::StringRef Code,llvm::ArrayRef<AtomicChange> Changes,const ApplyChangesSpec & Spec) applyAtomicChanges() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp125 unsigned Changes = 0; in boost() local
/llvm-project/clang-tools-extra/clang-apply-replacements/tool/
H A DClangApplyReplacementsMain.cpp138 FileToChangesMap Changes; in main() local
/llvm-project/clang-tools-extra/include-cleaner/tool/
H A DIncludeCleaner.cpp76 enum class PrintStyle { Changes, Final }; enumerator
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp246 applyChanges(StringRef File,const std::vector<tooling::AtomicChange> & Changes,const tooling::ApplyChangesSpec & Spec,DiagnosticsEngine & Diagnostics) applyChanges() argument
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp148 std::vector<AtomicChange> Changes; in createRenameReplacements() local
/llvm-project/clang-tools-extra/clangd/
H A DFormat.cpp109 tooling::Replacements Changes; member
/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h362 SmallVector<Change, 16> Changes; global() variable
[all...]

12