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;
122 class DeltaTreeInteriorNode : public DeltaTreeNode { class
124 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()
130 DeltaTreeInteriorNode() : DeltaTreeNode(false /*nonleaf*/) {} in DeltaTreeInteriorNode() function in __anona996daa60311::DeltaTreeInteriorNode
132 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anona996daa60311::DeltaTreeInteriorNode
160 delete cast<DeltaTreeInteriorNode>(this); in Destroy()
169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()
226 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()
260 DeltaTreeInteriorNode *InsertSide; in DoInsertion()
262 InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS); in DoInsertion()
[all …]