Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h89 struct Change { struct
94 bool operator()(const Change &C1, const Change &C2) const; argument
154 // If this Change represents a continuation of a block comment, argument
159 const Change *StartOfBlockComment; argument
122 CreateReplacementChange global() argument
124 OriginalWhitespaceRangeChange global() argument
125 StartOfTokenColumnChange global() argument
126 NewlinesBeforeChange global() argument
127 PreviousLinePostfixChange global() argument
128 CurrentLinePrefixChange global() argument
129 IsAlignedChange global() argument
130 ContinuesPPDirectiveChange global() argument
160 IndentationOffsetChange global() argument
164 ConditionalsLevelChange global() argument
169 indentAndNestingLevelChange indentAndNestingLevel() argument
[all...]
H A DWhitespaceManager.cpp34 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change
234 for (auto &Change : Changes) { calculateLineBreakInformation() local
261 for (auto &Change : Changes) { calculateLineBreakInformation() local
289 AlignTokenSequence(const FormatStyle & Style,unsigned Start,unsigned End,unsigned Column,bool RightJustify,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignTokenSequence() argument
527 AlignTokens(const FormatStyle & Style,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes,unsigned StartAt,const FormatStyle::AlignConsecutiveStyle & ACS={},bool RightJustify=false) AlignTokens() argument
702 AlignMatchingTokenSequence(unsigned & StartOfSequence,unsigned & EndOfSequence,unsigned & MinColumn,std::function<bool (const WhitespaceManager::Change & C)> Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignMatchingTokenSequence() argument
1409 auto &Change = Changes[Next->Index]; alignArrayInitializersLeftJustified() local
[all...]
/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp182 Predecessors.insert(std::make_pair(Change, std::vector<change_ty>())); in DAGDeltaAlgorithmImpl() local
192 if (succ_begin(Change) == succ_end(Change)) in DAGDeltaAlgorithmImpl() local
199 change_ty Change = Worklist.back(); DAGDeltaAlgorithmImpl() local
212 for (change_ty Change : Changes) DAGDeltaAlgorithmImpl() local
214 for (change_ty Change : Changes) DAGDeltaAlgorithmImpl() local
287 for (change_ty Change : Changes) GetTestResult() local
[all...]
/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h
/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp178 return Change; in runOnMachineFunction() local
110 bool Change = false; configBasicBlock() local
H A DX86FastPreTileConfig.cpp508 bool Change = false; configBasicBlock() local
677 bool Change = false; runOnMachineFunction() local
H A DX86LowerAMXType.cpp998 bool Change = false; combineLdSt() local
1040 bool Change = false; combineAMXcast() local
1209 bool Change = false; transformAllAMXCast() local
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp964 TextDocumentContentChangeEvent Change; in TEST() local
979 TextDocumentContentChangeEvent Change; in TEST() local
1018 TextDocumentContentChangeEvent Change; in TEST() local
1034 TextDocumentContentChangeEvent Change; in TEST() local
1050 TextDocumentContentChangeEvent Change; in TEST() local
1066 TextDocumentContentChangeEvent Change; in TEST() local
1081 TextDocumentContentChangeEvent Change; in TEST() local
/llvm-project/clang-tools-extra/tool-template/
H A DToolTemplate.cpp69 AtomicChange Change(*Result.SourceManager, D->getBeginLoc()); in run() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp1101 Err = Change.insert(Context.Sources, DefaultLoc.getLocWithOffset(10), "bb", in TEST_F() local
1183 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1189 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1204 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1215 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1229 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1243 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1259 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1276 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1290 AtomicChange Change(Context.Sources, DefaultLoc, 17); TEST_F() local
1297 AtomicChange Change(Context.Sources, DefaultLoc); TEST_F() local
1323 AtomicChange Change(FilePath, Key); replacementToAtomicChange() local
1352 AtomicChange Change(FilePath, "key1"); TEST_F() local
[all...]
H A DRefactoringActionRulesTest.cpp78 AtomicChange Change(SM, Loc); in TEST_F() local
/llvm-project/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
/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp151 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp178 bool Change = false; runOnMachineFunction() local
/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp71 for (const auto &Change : Changes) in dumpChanges() local
89 for (const auto &Change : Changes) in printRewrittenSources() local
H A DClangRefactor.cpp482 for (const auto &Change : Changes) in applySourceChanges() local
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h43 ChangeKind Change = None; member
/llvm-project/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
/llvm-project/llvm/docs/
H A DDeveloperPolicy.rst556 incremental changesMaking a Major Change global() argument
/llvm-project/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h36 Change, global() enumerator
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp346 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImpl() local
705 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImplImpl() local
849 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImpl() local
1068 ChangeStatus Change = A.run(); runImpl() local
[all...]
H A DSIModeRegister.cpp87 Status Change; member in BlockData
[all...]
/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp151 void updateNativeSizeEstimate(int64_t Change) {
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp305 auto Change = [&](Duration Exp, Duration Base) -> double { checkTidyTimes() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp575 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local

12