/llvm-project/polly/lib/External/isl/doc/ |
H A D | user.pod | 25 =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 D | DeltaAlgorithm.cpp | 16 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 D | DAGDeltaAlgorithm.cpp | 116 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 D | DeltaAlgorithm.h | 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
|
H A D | DAGDeltaAlgorithm.h | 68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
|
/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Transformer.h | 53 llvm::MutableArrayRef<AtomicChange> Changes; member
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 56 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | GlobalCompilationDatabaseTests.cpp | 126 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 D | FormatTests.cpp | 26 auto Changes = formatIncremental(Code.code(), Cursor, Typed, Style); in afterTyped() local
|
/llvm-project/llvm/docs/ |
H A D | SourceLevelDebugging.rst | 2096 Mach-O Changes argument 2067 Objective-C ExtensionsLanguage Extensions and File Format Changes global() argument 2108 codeviewMach-O Changes global() argument
|
H A D | RemoveDIsDebugInfo.md | 55 Test updatesGreat, what do I need to do!""Textual IR Changes global() argument
|
H A D | DeveloperPolicy.rst | 169 code ownersMaking Potentially Breaking Changes global() argument 717 toolchainC API Changes global() argument
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 61 llvm::SmallVector<AtomicChange, 1> Changes; in convertToAtomicChanges() local
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 70 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 D | ClangRefactor.cpp | 318 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 D | DAGDeltaAlgorithmTest.cpp | 24 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest()
|
H A D | DeltaAlgorithmTest.cpp | 39 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest()
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 145 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 D | BackgroundQueue.cpp | 125 unsigned Changes = 0; in boost() local
|
/llvm-project/clang-tools-extra/clang-apply-replacements/tool/ |
H A D | ClangApplyReplacementsMain.cpp | 138 FileToChangesMap Changes; in main() local
|
/llvm-project/clang-tools-extra/include-cleaner/tool/ |
H A D | IncludeCleaner.cpp | 76 enum class PrintStyle { Changes, Final }; enumerator
|
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/ |
H A D | ApplyReplacements.cpp | 246 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 D | RenamingAction.cpp | 148 std::vector<AtomicChange> Changes; in createRenameReplacements() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Format.cpp | 109 tooling::Replacements Changes; member
|
/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.h | 362 SmallVector<Change, 16> Changes; global() variable [all...] |