Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h87 struct Change { struct
92 bool operator()(const Change &C1, const Change &C2) const; argument
98 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 …]
H A DWhitespaceManager.cpp28 WhitespaceManager::Change::Change( in Change() function in clang::format::WhitespaceManager::Change
126 for (auto &Change : Changes) { in calculateLineBreakInformation() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h111 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
117 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DDeveloperPolicy.rst360 .. _incremental changes:
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp410 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in runTRE() local
815 bool Change = false; in FoldReturnAndProcessPred() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp212 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp436 if (const FileChange *Change = FindFileChangeLocation( in Process() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp558 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp316 bool Change = false; in INITIALIZE_PASS_DEPENDENCY() local