Home
last modified time | relevance | path

Searched refs:UpdateMove (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/ASTDiff/
DASTDiff.h33 UpdateMove // Same as Move plus Update. enumerator
/external/llvm-project/clang/tools/clang-diff/
DClangDiff.cpp260 case diff::UpdateMove: in getChangeKindAbbr()
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp955 N1.Change = N2.Change = (N1.Change == Move ? UpdateMove : Update); in computeChangeKinds()