| /llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.h | 89 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 D | WhitespaceManager.cpp | 34 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 D | DAGDeltaAlgorithm.cpp | 182 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 D | RewriteBuffer.h | |
| /llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastTileConfig.cpp | 178 return Change; in runOnMachineFunction() local 110 bool Change = false; configBasicBlock() local
|
| H A D | X86FastPreTileConfig.cpp | 508 bool Change = false; configBasicBlock() local 677 bool Change = false; runOnMachineFunction() local
|
| H A D | X86LowerAMXType.cpp | 998 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 D | SourceCodeTests.cpp | 964 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 D | ToolTemplate.cpp | 69 AtomicChange Change(*Result.SourceManager, D->getBeginLoc()); in run() local
|
| /llvm-project/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 1101 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 D | RefactoringActionRulesTest.cpp | 78 AtomicChange Change(SM, Loc); in TEST_F() local
|
| /llvm-project/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
|
| /llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | Extract.cpp | 151 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIFixup.cpp | 178 bool Change = false; runOnMachineFunction() local
|
| /llvm-project/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 71 for (const auto &Change : Changes) in dumpChanges() local 89 for (const auto &Change : Changes) in printRewrittenSources() local
|
| H A D | ClangRefactor.cpp | 482 for (const auto &Change : Changes) in applySourceChanges() local
|
| /llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 43 ChangeKind Change = None; member
|
| /llvm-project/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
|
| /llvm-project/llvm/docs/ |
| H A D | DeveloperPolicy.rst | 556 incremental changesMaking a Major Change global() argument
|
| /llvm-project/mlir/include/mlir/Analysis/ |
| H A D | DataFlowFramework.h | 36 Change, global() enumerator
|
| /llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 346 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 D | SIModeRegister.cpp | 87 Status Change; member in BlockData [all...] |
| /llvm-project/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 151 void updateNativeSizeEstimate(int64_t Change) {
|
| /llvm-project/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 305 auto Change = [&](Duration Exp, Duration Base) -> double { checkTidyTimes() local
|
| /llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 575 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
|