Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp63 friend class DeltaTreeInteriorNode;
123 class DeltaTreeInteriorNode : public DeltaTreeNode { class
128 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()
134 DeltaTreeInteriorNode() : DeltaTreeNode(false /*nonleaf*/) {} in DeltaTreeInteriorNode() function in __anon5fc690450111::DeltaTreeInteriorNode
136 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anon5fc690450111::DeltaTreeInteriorNode
165 delete cast<DeltaTreeInteriorNode>(this); in Destroy()
174 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()
231 auto *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()
265 DeltaTreeInteriorNode *InsertSide; in DoInsertion()
267 InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS); in DoInsertion()
[all …]