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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp35 assert(!New->isDetached());
52 assert(New->isDetached());
H A DTree.cpp65 bool syntax::Node::isDetached() const { return role() == NodeRole::Detached; } function in class:syntax::Node
219 if (isDetached())
230 assert(!C->isDetached());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h86 bool isDetached() const;

Completed in 101 milliseconds