Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DDeltaTree.cpp61 friend class DeltaTreeInteriorNode;
124 class DeltaTreeInteriorNode : public DeltaTreeNode { class
126 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()
132 DeltaTreeInteriorNode() : DeltaTreeNode(false /*nonleaf*/) {} in DeltaTreeInteriorNode() function in __anon0276b12b0311::DeltaTreeInteriorNode
134 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anon0276b12b0311::DeltaTreeInteriorNode
163 delete cast<DeltaTreeInteriorNode>(this); in Destroy()
172 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()
229 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()
263 DeltaTreeInteriorNode *InsertSide; in DoInsertion()
265 InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS); in DoInsertion()
[all …]