Home
last modified time | relevance | path

Searched refs:assertInvariants (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp44 P->assertInvariants(); in addAfter()
61 P->assertInvariants(); in replace()
74 P->assertInvariants(); in remove()
75 N->assertInvariants(); in remove()
H A DSynthesis.cpp53 Leaf->assertInvariants(); in createLeaf()
213 T->assertInvariants(); in createTree()
H A DTree.cpp239 void syntax::Node::assertInvariants() const { in assertInvariants() function in syntax::Node
279 traverse(this, [&](const syntax::Node *N) { N->assertInvariants(); }); in assertInvariantsRecursive()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h105 void assertInvariants() const;