Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DDeltaTree.cpp64 friend class DeltaTreeInteriorNode;
124 class DeltaTreeInteriorNode : public DeltaTreeNode { class
129 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()
137 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anonb4cff6540111::DeltaTreeInteriorNode
166 delete cast<DeltaTreeInteriorNode>(this); in Destroy()
175 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()
232 auto *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()
266 DeltaTreeInteriorNode *InsertSide; in DoInsertion()
309 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this)) { in DoSplit()
312 DeltaTreeInteriorNode *New = new DeltaTreeInteriorNode(); in DoSplit()
[all …]