Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A 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 …]
H A 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()
404 SmallVector<WhitespaceManager::Change, 16> &Changes, unsigned StartAt, in AlignTokens()
550 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignMacroSequence()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp153 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local
223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp150 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp70 for (const auto &Change : Changes) in dumpChanges() local
88 for (const auto &Change : Changes) in printRewrittenSources() local
H A DClangRefactor.cpp480 for (const auto &Change : Changes) in applySourceChanges() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h42 ChangeKind Change = None; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp150 for (const auto &Change : Changes) { in createReplacementsForHeaders() local
186 for (const auto &Change : Changes) in combineReplacementsInChanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDeveloperPolicy.rst459 .. _incremental changes:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp203 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp86 Status Change; member in BlockData
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp159 void updateNativeSizeEstimate(int64_t Change) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp576 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp170 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp488 bool Change = false; in INITIALIZE_PASS_DEPENDENCY() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1218 bool Change = false; in ForeachDagApply() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3347 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
3556 ChangeStatus Change = AADereferenceable::manifest(A); in manifest() local