Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h34 UpdateMove // Same as Move plus Update. enumerator
/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp954 N1.Change = N2.Change = (N1.Change == Move ? UpdateMove : Update); in computeChangeKinds()