Searched refs:TheMapping (Results 1 – 2 of 2) sorted by relevance
139 std::set<ECValue, ECValueComparator> TheMapping; variable148 TheMapping.clear();167 iterator begin() const { return TheMapping.begin(); } in begin()168 iterator end() const { return TheMapping.end(); } in end()170 bool empty() const { return TheMapping.empty(); } in empty()185 return TheMapping.find(V); in findValue()221 return TheMapping.insert(ECValue(Data)).first; in insert()229 if (I == TheMapping.end()) return member_end(); in findLeader()233 return findLeader(TheMapping.find(V)); in findLeader()
61 Mapping TheMapping; member in clang::diff::ASTDiff::Impl75 return TheMapping.getDst(Id); in getMapped()77 return TheMapping.getSrc(Id); in getMapped()906 computeChangeKinds(TheMapping); in Impl()910 TheMapping = matchTopDown(); in computeMapping()913 matchBottomUp(TheMapping); in computeMapping()