Home
last modified time | relevance | path

Searched defs:Change (Results 1 – 25 of 52) sorted by relevance

123

/external/clang/lib/Format/
DWhitespaceManager.h86 struct Change { struct
91 bool operator()(const Change &C1, const Change &C2) const; argument
97 Change() {} in Change() argument
116 // Changes might be in the middle of a token, so we cannot just keep the argument
118 SourceRange OriginalWhitespaceRange;
119 unsigned StartOfTokenColumn;
120 unsigned NewlinesBefore;
121 std::string PreviousLinePostfix;
122 std::string CurrentLinePrefix;
127 tok::TokenKind Kind;
[all …]
DWhitespaceManager.cpp28 WhitespaceManager::Change::Change( in Change() function in clang::format::WhitespaceManager::Change
143 for (auto &Change : Changes) { in calculateLineBreakInformation() local
167 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
200 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokens()
/external/llvm-project/clang/lib/Format/
DWhitespaceManager.h89 struct Change { struct
94 bool operator()(const Change &C1, const Change &C2) const; argument
122 // Changes might be in the middle of a token, so we cannot just keep the argument
124 SourceRange OriginalWhitespaceRange;
125 unsigned StartOfTokenColumn;
126 unsigned NewlinesBefore;
127 std::string PreviousLinePostfix;
128 std::string CurrentLinePrefix;
129 bool IsAligned;
130 bool ContinuesPPDirective;
[all …]
DWhitespaceManager.cpp27 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change
212 for (auto &Change : Changes) { in calculateLineBreakInformation() local
240 for (auto &Change : Changes) { in calculateLineBreakInformation() local
266 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
365 SmallVector<WhitespaceManager::Change, 16> &Changes, in AlignTokens()
486 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignMacroSequence()
/external/icing/icing/legacy/index/
Dicing-array-storage.h124 struct Change { struct
125 Change(uint32_t o, uint32_t l) : elt_offset(o), elt_len(l) {} in Change() argument
130 static_assert(8 == sizeof(Change), "sizeof(Change) != 8"); argument
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChange.java30 class Change { class
49 Change(final String pFilename, final int type) { in Change() method in Change
66 Change(final ArchiveEntry pEntry, final InputStream pInput, final boolean replace) { in Change() method in Change
/external/llvm-project/clang-tools-extra/clangd/unittests/
DDraftStoreTests.cpp194 TextDocumentContentChangeEvent Change; in TEST() local
217 TextDocumentContentChangeEvent Change; in TEST() local
237 TextDocumentContentChangeEvent Change; in TEST() local
258 TextDocumentContentChangeEvent Change; in TEST() local
279 TextDocumentContentChangeEvent Change; in TEST() local
299 TextDocumentContentChangeEvent Change; in TEST() local
/external/llvm-project/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DChange.java11 public interface Change { interface
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp1111 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1193 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1199 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1214 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1225 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1239 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1253 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1269 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1286 AtomicChange Change(Context.Sources, DefaultLoc); in TEST_F() local
1300 AtomicChange Change(Context.Sources, DefaultLoc, 17); in TEST_F() local
[all …]
/external/llvm-project/clang-tools-extra/tool-template/
DToolTemplate.cpp69 AtomicChange Change(*Result.SourceManager, D->getBeginLoc()); in run() local
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h17 Change = 0, enumerator
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DRenamingAction.cpp153 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local
223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DExtract.cpp150 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
/external/llvm-project/clang-tools-extra/clangd/
DDraftStore.cpp74 for (const TextDocumentContentChangeEvent &Change : Changes) { in updateDraft() local
/external/llvm/docs/
DDeveloperPolicy.rst420 .. _incremental changes:
/external/llvm-project/clang/tools/clang-refactor/
DTestSupport.cpp70 for (const auto &Change : Changes) in dumpChanges() local
88 for (const auto &Change : Changes) in printRewrittenSources() local
/external/llvm-project/clang/include/clang/Tooling/ASTDiff/
DASTDiff.h42 ChangeKind Change = None; member
/external/llvm-project/clang/lib/Tooling/Refactoring/
DAtomicChange.cpp150 for (const auto &Change : Changes) { in createReplacementsForHeaders() local
186 for (const auto &Change : Changes) in combineReplacementsInChanges() local
/external/llvm-project/llvm/docs/
DDeveloperPolicy.rst374 .. _incremental changes:
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp679 bool Change = false; in foldReturnAndProcessPred() local
767 bool Change = in eliminateTailRecursion() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp21 enum class Change { kNo, kYes }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp692 bool Change = false; in foldReturnAndProcessPred() local
785 bool Change = processReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in eliminateTailRecursion() local
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp204 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local

123