Searched refs:findPrevious (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp56 P->replaceChildRangeLowLevel(findPrevious(Old), Old->nextSibling(), New);
64 P->replaceChildRangeLowLevel(findPrevious(N), N->nextSibling(),
72 static syntax::Node *findPrevious(syntax::Node *N) { function in class:syntax::MutationsImpl

Completed in 95 milliseconds