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.cpp41 P->replaceChildRangeLowLevel(Anchor->getNextSibling(), in addAfter()
42 Anchor->getNextSibling(), New); in addAfter()
59 P->replaceChildRangeLowLevel(Old, Old->getNextSibling(), New); in replace()
71 P->replaceChildRangeLowLevel(N, N->getNextSibling(), in remove()
H A DTree.cpp207 if (!It.getNextSibling()) { in dumpNode()
254 const auto *Next = C.getNextSibling(); in assertInvariants()
256 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();