Home
last modified time | relevance | path

Searched refs:getNextSibling (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp33 P->replaceChildRangeLowLevel(Anchor->getNextSibling(), in addAfter()
34 Anchor->getNextSibling(), New); in addAfter()
51 P->replaceChildRangeLowLevel(Old, Old->getNextSibling(), New); in replace()
63 P->replaceChildRangeLowLevel(N, N->getNextSibling(), in remove()
H A DTree.cpp206 if (!It.getNextSibling()) { in dumpNode()
253 const auto *Next = C.getNextSibling(); in assertInvariants()
255 if (!C.getNextSibling()) in assertInvariants()
H A DComputeReplacements.cpp41 C = C->getNextSibling()) in enumerateTokenSpans()
H A DNodes.cpp336 for (auto *C = getFirstChild(); C; C = C->getNextSibling()) { in getStatements()
359 for (auto *C = getFirstChild(); C; C = C->getNextSibling()) { in getDeclarators()
H A DSynthesis.cpp229 Child = Child->getNextSibling()) in deepCopyExpandingMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h93 const Node *getNextSibling() const { return NextSibling; } in getNextSibling() function
94 Node *getNextSibling() { return NextSibling; } in getNextSibling() function
165 N = N->getNextSibling();