Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp36 assert(New->isDetached()); in addAfter()
55 assert(New->isDetached()); in replace()
H A DTree.cpp44 bool syntax::Node::isDetached() const { in isDetached() function in syntax::Node
241 if (isDetached()) in assertInvariants()
252 assert(!C.isDetached()); in assertInvariants()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h74 bool isDetached() const;