/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | WhitespaceManager.h | 89 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 D | WhitespaceManager.cpp | 27 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 D | RewriteBuffer.h | 104 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 D | RenamingAction.cpp | 153 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 D | Extract.cpp | 150 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 70 for (const auto &Change : Changes) in dumpChanges() local 88 for (const auto &Change : Changes) in printRewrittenSources() local
|
H A D | ClangRefactor.cpp | 480 for (const auto &Change : Changes) in applySourceChanges() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 42 ChangeKind Change = None; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 150 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 D | DeveloperPolicy.rst | 459 .. _incremental changes:
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 203 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIModeRegister.cpp | 86 Status Change; member in BlockData
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 159 void updateNativeSizeEstimate(int64_t Change) {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 576 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 170 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 488 bool Change = false; in INITIALIZE_PASS_DEPENDENCY() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 1218 bool Change = false; in ForeachDagApply() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 3347 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local 3556 ChangeStatus Change = AADereferenceable::manifest(A); in manifest() local
|